| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | optimize.cc | 505 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
|
| H A D | friend.cc | 616 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
|
| H A D | cp-tree.h | 5110 #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 D | cxx-pretty-print.cc | 2420 else if (DECL_USE_TEMPLATE (t)) in declaration() 2421 switch (DECL_USE_TEMPLATE (t)) in declaration()
|
| H A D | decl.cc | 1006 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 D | method.cc | 133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk() 202 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
|
| H A D | error.cc | 1709 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 D | decl2.cc | 709 if (DECL_USE_TEMPLATE (function) in check_classfn() 2736 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
|
| H A D | typeck2.cc | 2102 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
|
| H A D | module.cc | 3934 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 D | ChangeLog-2005 | 1932 * 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 D | mangle.cc | 4061 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
|
| H A D | name-lookup.cc | 1317 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 D | optimize.c | 505 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
|
| H A D | friend.c | 611 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
|
| H A D | cp-tree.h | 4861 #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 D | cxx-pretty-print.c | 2449 else if (DECL_USE_TEMPLATE (t)) in declaration() 2450 switch (DECL_USE_TEMPLATE (t)) in declaration()
|
| H A D | decl.c | 982 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 D | error.c | 214 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 D | method.c | 133 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk() 202 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
|
| H A D | decl2.c | 598 if (DECL_USE_TEMPLATE (function) in check_classfn() 2527 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
|
| H A D | typeck2.c | 2141 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
|
| H A D | name-lookup.c | 829 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 D | mangle.c | 3848 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
|
| H A D | pt.c | 1364 && !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()
|