Searched refs:temparms (Results 1 – 2 of 2) sorted by relevance
/dports/devel/swig/swig-4.0.2/Source/CParse/ |
H A D | parser.y | 2882 ParmList *temparms; variable 2883 if (specialized) temparms = CopyParmList($7); 2884 else temparms = CopyParmList(tparms); 2888 tp = temparms; 2889 if (!p && ParmList_len(p) != ParmList_len(temparms)) { 2911 Parm *pi = temparms; 2959 Swig_cparse_template_expand(templnode,symname,temparms,tscope); 2964 Swig_cparse_template_expand(templnode,nname,temparms,tscope); 2976 Delete(temparms);
|
H A D | parser.c | 6345 ParmList *temparms; in yyparse() local 6346 if (specialized) temparms = CopyParmList((yyvsp[-2].p)); in yyparse() 6347 else temparms = CopyParmList(tparms); in yyparse() 6351 tp = temparms; in yyparse() 6352 if (!p && ParmList_len(p) != ParmList_len(temparms)) { in yyparse() 6374 Parm *pi = temparms; in yyparse() 6422 Swig_cparse_template_expand(templnode,symname,temparms,tscope); in yyparse() 6427 Swig_cparse_template_expand(templnode,nname,temparms,tscope); in yyparse() 6439 Delete(temparms); in yyparse()
|