Searched refs:DECL_USE_TEMPLATE (Results 1 – 25 of 29) sorted by relevance
12
112 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn); in maybe_clone_body()
2885 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->decl_flags.use_template) macro2897 #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))
512 if (! DECL_USE_TEMPLATE (decl)) in do_friend()
165 DECL_USE_TEMPLATE (thunk) = 0; in make_thunk()287 DECL_USE_TEMPLATE (alias) = 0; in make_alias_for()
1915 else if (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()1916 switch (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
1000 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()
1406 && !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()
553 if (DECL_USE_TEMPLATE (function) in check_classfn()1682 use_template = DECL_USE_TEMPLATE (decl); in determine_visibility()
325 && DECL_USE_TEMPLATE (decl) in decl_is_template_id()
977 && !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()
2952 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()
388 * 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.
2062 && DECL_USE_TEMPLATE (fn) in check_template_keyword()
736 OLDDECL before we try to do DECL_USE_TEMPLATE.
4032 DECL_USE_TEMPLATE.6245 * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
4458 (DECL_USE_TEMPLATE): Whitespace.
2090 (DECL_USE_TEMPLATE): Parallel macro for FUNCTION and VAR_DECLs.
174 DECL_USE_TEMPLATE (clone) = DECL_USE_TEMPLATE (fn);
392 if (! DECL_USE_TEMPLATE (decl))
2920 #define DECL_USE_TEMPLATE(NODE) (DECL_LANG_SPECIFIC (NODE)->decl_flags.use_template) macro2922 #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))
1116 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t))1294 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags);
4933 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);
268 && DECL_USE_TEMPLATE (decl)
3570 && !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))
679 if (DECL_USE_TEMPLATE (function)