Searched refs:compactdefargs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Ddeprecate.c20 * handling (by the "compactdefargs" attribute). Otherwise returns 0.
25 "compactdefargs" is a property set by the Parser to indicate special
33 1. "compactdefargs" should be a feature set on function/method nodes
55 int compactdefargs = 0; local
58 compactdefargs = Getattr(p, "compactdefargs") ? 1 : 0;
60 /* The "compactdefargs" attribute should only be set on the first parameter in the list.
63 if (!compactdefargs) {
65 compactdefargs = (nextparm && Getattr(nextparm, "compactdefargs"))
[all...]
H A Dcwrap.c188 int compactdefargs = ParmList_is_compactdefargs(p); local
197 String *pvalue = (compactdefargs) ? Getattr(p, "value") : 0;
/macosx-10.10.1/swig-12/Source/Modules/
H A Demit.cxx244 int compactdefargs = ParmList_is_compactdefargs(p); local
255 if (compactdefargs)

Completed in 127 milliseconds