Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py189 if _info.get_effective_storage(decl) == 'static':
196 return _info.get_effective_storage(decl) == 'static'
200 return _info.get_effective_storage(decl) == 'static'
204 # return _info.get_effective_storage(decl) != 'static'
/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py21 storage = _info.get_effective_storage(decl, default=default)
83 if _info.get_effective_storage(decl) != 'extern':
H A Dinfo.py405 def get_effective_storage(decl, *, default=None): function

Completed in 3 milliseconds