Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_regexes.py140 _STORAGE = 'auto register static extern'.split() variable
141 STORAGE_CLASS = rf'(?: \b (?: {" | ".join(_STORAGE)} ) \b )'
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py11 from .parser._regexes import SIMPLE_TYPE, _STORAGE namespace
16 STORAGE = frozenset(_STORAGE)

Completed in 4 milliseconds