Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_compound_decl_body.py26 STRUCT_MEMBER_RE = re.compile(rf'^ \s* {STRUCT_MEMBER_DECL}', re.VERBOSE) variable
34 m = STRUCT_MEMBER_RE.match(srcinfo.text)

Completed in 1 milliseconds