Searched refs:declstr (Results 1 – 1 of 1) sorted by relevance
54 def _is_funcptr(declstr): argument55 if not declstr:58 return '(*)(' in declstr.replace(' ', '')