Home
last modified time | relevance | path

Searched refs:checkPetscValidLogicalCollectiveInt (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_register.py211 "PetscValidLogicalCollectiveInt" : _code.checkPetscValidLogicalCollectiveInt,
H A D_code.py176 def checkPetscValidLogicalCollectiveInt(linter: Linter, func: Cursor, parent: Cursor) -> None: function