Home
last modified time | relevance | path

Searched refs:DECL_EXPLICIT_INSTANTIATION (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drepo.c327 if (DECL_EXPLICIT_INSTANTIATION (decl)) in repo_emit_p()
H A Ddecl2.c1964 else if (!DECL_EXPLICIT_INSTANTIATION (decl)) in comdat_linkage()
2004 || (! DECL_EXPLICIT_INSTANTIATION (decl) in maybe_make_one_only()
2770 || ! DECL_EXPLICIT_INSTANTIATION (decl))); in determine_hidden_inline()
5679 && (!DECL_EXPLICIT_INSTANTIATION (decl) in mark_used()
H A Dpt.c1599 || DECL_EXPLICIT_INSTANTIATION (fn)) in register_specialization()
25025 else if (DECL_EXPLICIT_INSTANTIATION (result)) in do_decl_instantiation()
25788 && DECL_EXPLICIT_INSTANTIATION (d)) in instantiate_decl()
25857 && DECL_EXPLICIT_INSTANTIATION (d) in instantiate_decl()
H A Dcp-tree.h4894 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc2167 else if (!DECL_EXPLICIT_INSTANTIATION (decl)) in comdat_linkage()
2207 || (! DECL_EXPLICIT_INSTANTIATION (decl) in maybe_make_one_only()
2978 || ! DECL_EXPLICIT_INSTANTIATION (decl))); in determine_hidden_inline()
6037 && (!DECL_EXPLICIT_INSTANTIATION (decl) in mark_used()
H A Dpt.cc1622 || DECL_EXPLICIT_INSTANTIATION (fn)) in register_specialization()
25942 else if (DECL_EXPLICIT_INSTANTIATION (result)) in do_decl_instantiation()
26787 && DECL_EXPLICIT_INSTANTIATION (d)) in instantiate_decl()
26855 && DECL_EXPLICIT_INSTANTIATION (d) in instantiate_decl()
H A Dcp-tree.h5143 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3) macro
H A DChangeLog-200784 Return 2 also if DECL_EXPLICIT_INSTANTIATION.