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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c1717 String *ttq = Swig_symbol_type_qualify(value, tscope); local
1719 Replaceid(nt, name, ttq);
1722 Delete(ttq);
1833 SwigType *ttq = Swig_symbol_template_param_eval(ttf, tscope); local
1835 Printf(stderr, "arg type %s\n", ttq);
1837 if (SwigType_istemplate(ttq)) {
1838 SwigType *ttd = Swig_symbol_template_deftype(ttq, tscope);
1839 Delete(ttq);
1840 ttq = ttd;
1842 Printf(stderr, "arg deftype %s\n", ttq);
[all...]

Completed in 68 milliseconds