Searched refs:is_funcptr (Results 1 – 3 of 3) sorted by relevance
9 is_funcptr,123 elif is_funcptr(vartype):299 if is_funcptr(mtype.vartype):306 if decl.vartype.typespec.startswith('struct ') or is_funcptr(decl):
18 is_funcptr,256 elif is_funcptr(decl.vartype):
47 def is_funcptr(vartype): function