Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDoptimize.c269 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
HDfriend.c524 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
HDcp-tree.h3761 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro
3773 #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))
HDmethod.c157 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
226 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
HDdecl.c966 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()
HDcxx-pretty-print.c2222 else if (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
2223 switch (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
HDmangle.c288 && DECL_USE_TEMPLATE (decl) in decl_is_template_id()
3313 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
HDerror.c1353 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()
HDdecl2.c606 if (DECL_USE_TEMPLATE (function) in check_classfn()
2072 use_template = DECL_USE_TEMPLATE (decl); in determine_visibility()
HDtypeck2.c1497 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
HDname-lookup.c3431 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()
HDpt.c821 && 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()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDoptimize.c501 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
HDfriend.c595 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
HDcp-tree.h4663 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->u.base.use_template) macro
4675 #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))
HDcxx-pretty-print.c2322 else if (DECL_USE_TEMPLATE (t)) in declaration()
2323 switch (DECL_USE_TEMPLATE (t)) in declaration()
HDmethod.c132 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
201 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
HDdecl.c1018 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()
HDerror.c1579 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()
HDdecl2.c601 if (DECL_USE_TEMPLATE (function) in check_classfn()
2380 else if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in determine_visibility()
HDtypeck2.c1858 if (fn && DECL_USE_TEMPLATE (fn)) in build_x_arrow()
HDname-lookup.c828 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()
HDmangle.c3778 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in mangle_decl_string()
HDpt.c1315 && !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()
HDtypeck.c2686 if (DECL_USE_TEMPLATE (decl) in check_template_keyword()
2705 && DECL_USE_TEMPLATE (fn) in check_template_keyword()

12