Home
last modified time | relevance | path

Searched refs:is_funcptr (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
Danalyze.py9 is_funcptr,
123 elif is_funcptr(vartype):
299 if is_funcptr(mtype.vartype):
306 if decl.vartype.typespec.startswith('struct ') or is_funcptr(decl):
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py18 is_funcptr,
256 elif is_funcptr(decl.vartype):
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py47 def is_funcptr(vartype): function