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/
D_regexes.py140 _STORAGE = 'auto register static extern'.split() variable
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py11 from .parser._regexes import SIMPLE_TYPE, _STORAGE
16 STORAGE = frozenset(_STORAGE)