Home
last modified time | relevance | path

Searched refs:STRUCT_MEMBER_DECL (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_compound_decl_body.py4 STRUCT_MEMBER_DECL as _STRUCT_MEMBER_DECL,
17 STRUCT_MEMBER_DECL = set_capture_groups(_STRUCT_MEMBER_DECL, ( variable
26 STRUCT_MEMBER_RE = re.compile(rf'^ \s* {STRUCT_MEMBER_DECL}', re.VERBOSE)
H A D_regexes.py290 STRUCT_MEMBER_DECL = textwrap.dedent(rf'''

Completed in 2 milliseconds