Home
last modified time | relevance | path

Searched refs:clx_bool_type_kinds (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_code.py12 clx_bool_type_kinds, clx_enum_type_kinds
225 linter, func, parent, clx_bool_type_kinds, success_function=check_is_PetscBool
H A D_util.py22 clx_bool_type_kinds
95 elif obj_type_kind in clx_bool_type_kinds:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py101 clx_bool_type_kinds = {clx.TypeKind.BOOL} variable