Searched refs:DECL_USE_TEMPLATE (Results 1 – 18 of 18) sorted by relevance
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()
1919 else if (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()1920 switch (DECL_USE_TEMPLATE (t)) in pp_cxx_declaration()
1004 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t)) in dump_function_decl()1195 dump_template_parms (DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t), flags); in dump_function_name()
1418 && !DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()1420 && !DECL_USE_TEMPLATE (olddecl)))) in duplicate_decls()1516 if (DECL_LANG_SPECIFIC (olddecl) && DECL_USE_TEMPLATE (olddecl)) in duplicate_decls()1821 if (!DECL_USE_TEMPLATE (newdecl)) in duplicate_decls()1822 DECL_USE_TEMPLATE (newdecl) = DECL_USE_TEMPLATE (olddecl); in duplicate_decls()4008 if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)) in start_decl()10716 && !(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()5363 DECL_USE_TEMPLATE (new_friend) = 0; in tsubst_friend_function()5366 DECL_USE_TEMPLATE (DECL_TEMPLATE_RESULT (new_friend)) = 0; in tsubst_friend_function()5640 DECL_USE_TEMPLATE (tmpl) = 0; in tsubst_friend_class()6683 DECL_USE_TEMPLATE (r) = 0; in tsubst_decl()
2963 if (friendp && DECL_USE_TEMPLATE (decl)) in set_decl_namespace()4513 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn)) in arg_assoc_class()
457 * cp-tree.h (DECL_USE_TEMPLATE): Mention partial specializations.1569 * method.c (make_thunk): Unset DECL_USE_TEMPLATE and 5516 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.6879 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.6883 variables that do not have DECL_USE_TEMPLATE.
2068 && 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.
3102 * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
2090 (DECL_USE_TEMPLATE): Parallel macro for FUNCTION and VAR_DECLs.