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

/haiku-buildtools/gcc/gcc/cp/
H A Derror.c1438 tree t, tree template_parms, tree template_args,
1441 if (template_parms != NULL_TREE && template_args != NULL_TREE
1449 dump_template_bindings (pp, template_parms, template_args, typenames);
1459 tree fn, tree template_parms, tree template_args,
1469 dump_substitution (pp, fn, template_parms, template_args, flags);
1484 tree template_parms = NULL_TREE; local
1507 template_parms = DECL_TEMPLATE_PARMS (tmpl);
1513 return dump_lambda_function (pp, t, template_parms, template_args, flags);
1578 dump_substitution (pp, t, template_parms, template_args, flags);
1437 dump_substitution(cxx_pretty_printer *pp, tree t, tree template_parms, tree template_args, int flags) argument
1458 dump_lambda_function(cxx_pretty_printer *pp, tree fn, tree template_parms, tree template_args, int flags) argument
H A Ddecl2.c643 check_classfn (tree ctype, tree function, tree template_parms)
669 if (template_parms
670 && !comp_template_parms (template_parms,
677 template_parms = DECL_TEMPLATE_PARMS (function);
681 is_template = (template_parms != NULL_TREE);
742 || comp_template_parms (template_parms,
642 check_classfn(tree ctype, tree function, tree template_parms) argument
H A Dcp-tree.h1068 tree template_parms;
1135 #define current_template_parms scope_chain->template_parms
1066 tree template_parms; variable
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c2433 tree template_parms;
2552 s->template_parms = current_template_parms;
2638 current_template_parms = s->template_parms;
2427 tree template_parms; member in struct:saved_scope

Completed in 212 milliseconds