Searched refs:check_obj_idx_generic (Results 1 – 2 of 2) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _register.py | 204 "PetscAssertPointer" : _code.check_obj_idx_generic, 205 "PetscCheckSameType" : _code.check_obj_idx_generic, 206 "PetscValidType" : _code.check_obj_idx_generic, 207 "PetscCheckSameComm" : _code.check_obj_idx_generic, 208 "PetscCheckSameTypeAndComm" : _code.check_obj_idx_generic, 215 "VecNestCheckCompatible2" : _code.check_obj_idx_generic, 216 "VecNestCheckCompatible3" : _code.check_obj_idx_generic, 217 "MatCheckPreallocated" : _code.check_obj_idx_generic, 218 "MatCheckProduct" : _code.check_obj_idx_generic, 219 "MatCheckSameLocalSize" : _code.check_obj_idx_generic, [all …]
|
| H A D | _code.py | 26 def check_obj_idx_generic(linter: Linter, func: Cursor, parent: Cursor) -> None: function
|