Home
last modified time | relevance | path

Searched refs:DECL_TEMPLATE_PARM_P (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDpt.c2781 return (DECL_TEMPLATE_PARM_P (parm) in template_parameter_pack_p()
3424 if (!DECL_P (olddecl) || !DECL_TEMPLATE_PARM_P (olddecl)) in check_template_shadow()
5550 if (DECL_P (expr) && DECL_TEMPLATE_PARM_P (expr)) in convert_nontype_argument()
6966 || ((complain & tf_user) && !DECL_TEMPLATE_PARM_P (templ) in lookup_template_class_1()
7542 if (TREE_CODE (t) == CONST_DECL && DECL_TEMPLATE_PARM_P (t) in for_each_template_parm_r()
7871 gcc_assert (DECL_TEMPLATE_PARM_P (parm)); in parameter_of_template_p()
10168 if (DECL_TEMPLATE_PARM_P (t)) in tsubst_decl()
10205 if (!DECL_TEMPLATE_PARM_P (r)) in tsubst_decl()
11850 if (DECL_TEMPLATE_PARM_P (t)) in tsubst_copy()
16630 if (DECL_TEMPLATE_PARM_P (parm)) in unify()
[all …]
HDcp-tree.h2443 (!DECL_TEMPLATE_PARM_P (NODE) \
3658 #define DECL_TEMPLATE_PARM_P(NODE) \ macro
3671 (TREE_CODE (NODE) == TEMPLATE_DECL && DECL_TEMPLATE_PARM_P (NODE))
HDerror.c932 && DECL_TEMPLATE_PARM_P (t) in dump_simple_decl()
HDname-lookup.c650 if (DECL_TEMPLATE_PARM_P (x)) in pushdecl_maybe_friend_1()
HDsemantics.c3060 if ((TREE_CODE (decl) == CONST_DECL && DECL_TEMPLATE_PARM_P (decl)) in finish_id_expression()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c3322 return (DECL_TEMPLATE_PARM_P (parm) in template_parameter_pack_p()
3463 && DECL_TEMPLATE_PARM_P (parm)); in template_type_parameter_p()
4205 if (!DECL_P (olddecl) || !DECL_TEMPLATE_PARM_P (olddecl)) in check_template_shadow()
4212 || (DECL_TEMPLATE_PARM_P (decl) in check_template_shadow()
4221 if (DECL_TEMPLATE_PARM_P (decl)) in check_template_shadow()
9230 || ((complain & tf_user) && !DECL_TEMPLATE_PARM_P (templ) in lookup_template_class_1()
9872 if (TREE_CODE (t) == CONST_DECL && DECL_TEMPLATE_PARM_P (t)) in for_each_template_parm_r()
13381 if (DECL_TEMPLATE_PARM_P (t)) in tsubst_decl()
13414 if (!DECL_TEMPLATE_PARM_P (r)) in tsubst_decl()
15373 if (DECL_TEMPLATE_PARM_P (t)) in tsubst_copy()
[all …]
HDcp-tree.h3123 (!DECL_TEMPLATE_PARM_P (NODE) \
4557 #define DECL_TEMPLATE_PARM_P(NODE) \ macro
4576 (TREE_CODE (NODE) == TEMPLATE_DECL && DECL_TEMPLATE_PARM_P (NODE))
HDname-lookup.c2968 if (!DECL_TEMPLATE_PARM_P (decl) && current_function_decl) in do_pushdecl()
6084 || !DECL_TEMPLATE_PARM_P (binding_value))) in binding_to_template_parms_of_scope_p()
HDerror.c1025 && DECL_TEMPLATE_PARM_P (t) in dump_simple_decl()
HDsemantics.c3625 if ((TREE_CODE (decl) == CONST_DECL && DECL_TEMPLATE_PARM_P (decl)) in finish_id_expression()