Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py54 def _is_funcptr(declstr): argument
55 if not declstr:
58 return '(*)(' in declstr.replace(' ', '')