Home
last modified time | relevance | path

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

/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dtypeobj.c551 int SwigType_isfunctionpointer(const SwigType *t) { in SwigType_isfunctionpointer() function
572 assert(SwigType_isfunctionpointer(t)); in SwigType_functionpointer_decompose()
H A Dswig.h154 extern int SwigType_isfunctionpointer(const SwigType *t);
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dr.cxx2834 if(SwigType_isfunctionpointer(t)) { in processType()
H A Dpython.cxx3547 if (!SwigType_isfunction(uqtype) && !SwigType_isfunctionpointer(uqtype)) { in needs_swigconstant()
H A Dgo.cxx6282 } else if (SwigType_isfunctionpointer(t) || SwigType_isfunction(t)) { in goTypeWithInfo()