Home
last modified time | relevance | path

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

12

/openbsd/gnu/gcc/gcc/cp/
H A Doptimize.c112 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
H A Dcp-tree.h2885 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->decl_flags.use_template) macro
2897 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
2901 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)
2902 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)
2911 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)
2912 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)
2918 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)
2919 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)
2933 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
H A Dfriend.c512 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
H A Dmethod.c165 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()
287 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
H A Dcxx-pretty-print.c1915 else if (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
1916 switch (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
H A Derror.c1000 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t)) in dump_function_decl()
1191 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags); in dump_function_name()
H A Ddecl.c1406 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
1408 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()
1504 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()
1807 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()
1808 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()
3971 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()
10655 && !(DECL_USE_TEMPLATE (decl1) && in start_preparsed_function()
H A Ddecl2.c553 if (DECL_USE_TEMPLATE (function) in check_classfn()
1682 use_template = DECL_USE_TEMPLATE (decl); in determine_visibility()
H A Dmangle.c325 && DECL_USE_TEMPLATE (decl) in decl_is_template_id()
H A Dpt.c977 && !DECL_USE_TEMPLATE (friend)) in is_specialization_of_friend()
5354 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()
5357 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()
5631 DECL_USE_TEMPLATE (tmpl) = 0; in tsubst_friend_class()
6674 DECL_USE_TEMPLATE (r) = 0; in tsubst_decl()
H A Dname-lookup.c2952 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()
4477 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in arg_assoc_class()
H A DChangeLog388 * cp-tree.h (DECL_USE_TEMPLATE): Mention partial specializations.
1500 * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
5447 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
6810 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
6814 variables that do not have DECL_USE_TEMPLATE.
H A Dtypeck.c2062 && DECL_USE_TEMPLATE (fn) in check_template_keyword()
H A DChangeLog-1997736 OLDDECL before we try to do DECL_USE_TEMPLATE.
H A DChangeLog-19984032 DECL_USE_TEMPLATE.
6245 * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
H A DChangeLog-20024458 (DECL_USE_TEMPLATE): Whitespace.
H A DChangeLog-19942090 (DECL_USE_TEMPLATE): Parallel macro for FUNCTION and VAR_DECLs.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Doptimize.c174 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn);
H A Dfriend.c392 if (! DECL_USE_TEMPLATE (decl))
H A Dcp-tree.h2920 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->decl_flags.use_template) macro
2922 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
2926 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2)
2927 #define SET_DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) = 2)
2933 #define DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 1)
2934 #define SET_DECL_IMPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 1)
2940 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3)
2941 #define SET_DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) = 3)
2955 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
H A Derror.c1116 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t))
1294 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags);
H A Dpt.c4933 DECL_USE_TEMPLATE (new_friend) = 0;
4936 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0;
5171 DECL_USE_TEMPLATE (tmpl) = 0;
6200 DECL_USE_TEMPLATE (r) = 0;
10242 DECL_USE_TEMPLATE (new_decl) = DECL_USE_TEMPLATE (decl);
H A Dmangle.c268 && DECL_USE_TEMPLATE (decl)
H A Ddecl.c3570 && !DECL_USE_TEMPLATE (newdecl))
3572 && !DECL_USE_TEMPLATE (olddecl))))
3620 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl))
7825 if ((DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
H A Ddecl2.c679 if (DECL_USE_TEMPLATE (function)

12