Searched refs:DECL_USE_TEMPLATE (Results 1 – 25 of 27) sorted by relevance
12
269 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
524 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
3761 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro3773 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)3777 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)3778 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)3787 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)3788 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)3794 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)3795 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)3809 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
157 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()226 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
966 tree t1 = (DECL_USE_TEMPLATE (newdecl) in decls_match()969 tree t2 = (DECL_USE_TEMPLATE (olddecl) in decls_match()1522 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()1524 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()1621 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()2001 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()2002 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()4488 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()12806 && !(DECL_USE_TEMPLATE (decl1) && in start_preparsed_function()
2222 else if (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()2223 switch (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
288 && DECL_USE_TEMPLATE (decl) in decl_is_template_id()3313 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
1353 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t) in dump_function_decl()1590 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags); in dump_function_name()
606 if (DECL_USE_TEMPLATE (function) in check_classfn()2072 use_template = DECL_USE_TEMPLATE (decl); in determine_visibility()
1497 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
3431 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()5227 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in arg_assoc_class_only()
821 && DECL_USE_TEMPLATE (TYPE_NAME (type)))) in maybe_process_partial_specialization()1136 && !DECL_USE_TEMPLATE (friend_decl)) in is_specialization_of_friend()7955 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()7958 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()8257 DECL_USE_TEMPLATE (tmpl) = 0; in tsubst_friend_class()9995 DECL_USE_TEMPLATE (r) = 0; in tsubst_decl()
501 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
595 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
4663 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro4675 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)4679 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)4680 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)4689 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)4690 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)4696 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)4697 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)4712 && !DECL_USE_TEMPLATE (DECL))
2322 else if (DECL_USE_TEMPLATE (t)) in declaration()2323 switch (DECL_USE_TEMPLATE (t)) in declaration()
132 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()201 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
1018 tree t1 = (DECL_USE_TEMPLATE (newdecl) in decls_match()1021 tree t2 = (DECL_USE_TEMPLATE (olddecl) in decls_match()1808 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()1810 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()1901 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()2376 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()2377 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()5175 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()15086 && !(DECL_USE_TEMPLATE (decl1) && in start_preparsed_function()
1579 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t) in dump_function_decl()1858 dump_template_parms (pp, DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), in dump_function_name()
601 if (DECL_USE_TEMPLATE (function) in check_classfn()2380 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
1858 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
828 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in adl_class_only()4976 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()
3778 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
1315 && !DECL_USE_TEMPLATE (friend_decl)) in is_specialization_of_friend()3434 && DECL_USE_TEMPLATE (t) in primary_template_specialization_p()10321 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()10324 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()10592 DECL_USE_TEMPLATE (tmpl) = 0; in tsubst_friend_class()12943 DECL_USE_TEMPLATE (r) = 0; in tsubst_function_decl()
2686 if (DECL_USE_TEMPLATE (decl) in check_template_keyword()2705 && DECL_USE_TEMPLATE (fn) in check_template_keyword()