Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py23 clx_math_cursor_kinds, clx_cast_cursor_kinds, clx_pointer_type_kinds, clx_literal_cursor_kinds,
298 elif cursor.kind in clx_math_cursor_kinds:
337 subscript_operator_kinds = clx_math_cursor_kinds | {clx.CursorKind.ARRAY_SUBSCRIPT_EXPR}
367 token_list = [t for t in token_list if t.cursor.kind not in clx_math_cursor_kinds]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py60 clx_math_cursor_kinds = { variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py21 clx_function_type_kinds, clx_var_token_kinds, clx_math_cursor_kinds, clx_pointer_type_kinds,
569 if idx_cursor.canonical.kind not in clx_math_cursor_kinds: