Home
last modified time | relevance | path

Searched refs:DECL_USE_TEMPLATE (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Doptimize.cc505 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
H A Dfriend.cc616 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
H A Dcp-tree.h5110 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro
5122 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
5126 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)
5127 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)
5136 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)
5137 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)
5143 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)
5144 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)
5159 && !DECL_USE_TEMPLATE (DECL))
H A Dcxx-pretty-print.cc2420 else if (DECL_USE_TEMPLATE (t)) in declaration()
2421 switch (DECL_USE_TEMPLATE (t)) in declaration()
H A Ddecl.cc1006 tree t1 = (DECL_USE_TEMPLATE (newdecl) in decls_match()
1009 tree t2 = (DECL_USE_TEMPLATE (olddecl) in decls_match()
1923 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
1925 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()
2020 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()
2644 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
2645 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()
5725 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()
17159 && !(DECL_USE_TEMPLATE (decl1) && in start_preparsed_function()
H A Dmethod.cc133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
202 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
H A Derror.cc1709 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t) in dump_function_decl()
1997 dump_template_parms (pp, DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), in dump_function_name()
H A Ddecl2.cc709 if (DECL_USE_TEMPLATE (function) in check_classfn()
2736 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
H A Dtypeck2.cc2102 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
H A Dmodule.cc3934 use_tpl = DECL_USE_TEMPLATE (decl); in node_template_info()
11254 int use_tpl = DECL_USE_TEMPLATE (decl); in has_definition()
11276 && DECL_USE_TEMPLATE (decl) < 2) in has_definition()
12926 use_tpl = DECL_USE_TEMPLATE (spec); in add_specializations()
12930 gcc_checking_assert (DECL_USE_TEMPLATE (spec) == use_tpl); in add_specializations()
12959 use_tpl = DECL_USE_TEMPLATE (ctx); in add_specializations()
12971 use_tpl = DECL_USE_TEMPLATE (spec); in add_specializations()
H A DChangeLog-20051932 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
3295 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
3299 variables that do not have DECL_USE_TEMPLATE.
H A Dmangle.cc4061 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
H A Dname-lookup.cc1317 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in adl_class_fns()
5896 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Doptimize.c505 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
H A Dfriend.c611 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
H A Dcp-tree.h4861 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro
4873 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
4877 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)
4878 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)
4887 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)
4888 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)
4894 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)
4895 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)
4910 && !DECL_USE_TEMPLATE (DECL))
H A Dcxx-pretty-print.c2449 else if (DECL_USE_TEMPLATE (t)) in declaration()
2450 switch (DECL_USE_TEMPLATE (t)) in declaration()
H A Ddecl.c982 tree t1 = (DECL_USE_TEMPLATE (newdecl) in decls_match()
985 tree t2 = (DECL_USE_TEMPLATE (olddecl) in decls_match()
1812 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
1814 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()
1909 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()
2461 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
2462 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()
5388 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()
16322 && !(DECL_USE_TEMPLATE (decl1) && in start_preparsed_function()
H A Derror.c214 if (DECL_USE_TEMPLATE (scope)) in dump_scope()
1616 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t) in dump_function_decl()
1897 dump_template_parms (pp, DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), in dump_function_name()
H A Dmethod.c133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
202 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
H A Ddecl2.c598 if (DECL_USE_TEMPLATE (function) in check_classfn()
2527 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
H A Dtypeck2.c2141 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
H A Dname-lookup.c829 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in adl_class_only()
4876 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()
H A Dmangle.c3848 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
H A Dpt.c1364 && !DECL_USE_TEMPLATE (friend_decl)) in is_specialization_of_friend()
3606 && DECL_USE_TEMPLATE (t) in primary_template_specialization_p()
10952 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()
10955 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()
11233 DECL_USE_TEMPLATE (tmpl) = 0; in tsubst_friend_class()
13863 DECL_USE_TEMPLATE (r) = 0; in tsubst_function_decl()
28844 DECL_USE_TEMPLATE (g) = 0; in alias_ctad_tweaks()

12