Home
last modified time | relevance | path

Searched refs:_ind (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_delim.py4 from ._regexes import _ind, STRING_LITERAL namespace
24 {_ind(STRING_LITERAL, 3)}
H A D_regexes.py9 def _ind(text, level=1, edges='both'): function
148 {_ind(SIMPLE_TYPE, 2)}
227 {_ind(TYPE_SPEC, 4)}
233 {_ind(DECLARATOR, 4)}
253 (?: {_ind(STRING_LITERAL, 4)} \s* )*
254 {_ind(STRING_LITERAL, 4)}
262 {_ind(STRING_LITERAL, 4)}
275 {_ind(STRING_LITERAL, 5)}
312 {_ind(TYPE_SPEC, 5)}
319 {_ind(DECLARATO
[all...]
H A D_common.py4 _ind,
38 {_ind(STRING_LITERAL, 3)}
/third_party/python/Tools/c-analyzer/cpython/
H A D_capi.py9 from c_parser.parser._regexes import _ind namespace
33 {_ind(_MAYBE_NESTED_PARENS, 2)}
45 {_ind(_MAYBE_NESTED_PARENS, 2)}
79 {_ind(CAPI_MACRO, 3)}
81 {_ind(CAPI_CONSTANT, 3)}
94 {_ind(CAPI_FUNC, 2)}
96 {_ind(CAPI_DATA, 2)}
98 {_ind(CAPI_INLINE, 2)}
100 {_ind(CAPI_DEFINE, 2)}

Completed in 2 milliseconds