Home
last modified time | relevance | path

Searched refs:template_parms (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc1647 tree t, tree template_parms, tree template_args, in dump_substitution() argument
1650 if (template_parms != NULL_TREE && template_args != NULL_TREE in dump_substitution()
1654 dump_template_bindings (pp, template_parms, template_args, typenames); in dump_substitution()
1663 tree fn, tree template_parms, tree template_args, in dump_lambda_function() argument
1673 dump_substitution (pp, fn, template_parms, template_args, flags); in dump_lambda_function()
1688 tree template_parms = NULL_TREE; in dump_function_decl() local
1719 template_parms = DECL_TEMPLATE_PARMS (tmpl); in dump_function_decl()
1725 return dump_lambda_function (pp, t, template_parms, template_args, flags); in dump_function_decl()
1817 dump_substitution (pp, t, template_parms, template_args, flags); in dump_function_decl()
Ddecl2.cc707 check_classfn (tree ctype, tree function, tree template_parms) in check_classfn() argument
729 if (template_parms in check_classfn()
730 && !comp_template_parms (template_parms, in check_classfn()
737 template_parms = DECL_TEMPLATE_PARMS (function); in check_classfn()
741 bool is_template = (template_parms != NULL_TREE); in check_classfn()
806 || comp_template_parms (template_parms, in check_classfn()
Dcp-tree.h1831 tree template_parms; member
1907 #define current_template_parms scope_chain->template_parms