Home
last modified time | relevance | path

Searched refs:is_local_var (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
Dmatch.py152 return not _match.is_local_var(decl)
198 if not _match.is_local_var(decl):
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py110 def is_local_var(decl): function