Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Ddecl2.c547 check_classfn (tree ctype, tree function, tree template_parms) in check_classfn() argument
573 gcc_assert (!template_parms in check_classfn()
574 || comp_template_parms (template_parms, in check_classfn()
576 template_parms = DECL_TEMPLATE_PARMS (function); in check_classfn()
580 is_template = (template_parms != NULL_TREE); in check_classfn()
623 || comp_template_parms (template_parms, in check_classfn()
Derror.c997 tree template_parms = NULL_TREE; in dump_function_decl() local
1012 template_parms = DECL_TEMPLATE_PARMS (tmpl); in dump_function_decl()
1073 if (template_parms != NULL_TREE && template_args != NULL_TREE) in dump_function_decl()
1079 dump_template_bindings (template_parms, template_args); in dump_function_decl()
Dcp-tree.h661 tree template_parms; member
710 #define current_template_parms scope_chain->template_parms