Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Ddecl2.c1289 else if (!DECL_EXPLICIT_INSTANTIATION (decl)) in comdat_linkage()
1326 || (! DECL_EXPLICIT_INSTANTIATION (decl) in maybe_make_one_only()
1810 || ! DECL_EXPLICIT_INSTANTIATION (decl))) in determine_visibility_from_class()
3307 && !DECL_EXPLICIT_INSTANTIATION (decl)) in cp_finish_file()
3556 && (!DECL_EXPLICIT_INSTANTIATION (decl) in mark_used()
Dpt.c1183 || DECL_EXPLICIT_INSTANTIATION (fn)) in register_specialization()
11647 else if (DECL_EXPLICIT_INSTANTIATION (result)) in do_decl_instantiation()
12129 && DECL_EXPLICIT_INSTANTIATION (d)) in instantiate_decl()
12219 && DECL_EXPLICIT_INSTANTIATION (d)) in instantiate_decl()
Dcp-tree.h2918 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c1627 else if (!DECL_EXPLICIT_INSTANTIATION (decl))
3009 || DECL_EXPLICIT_INSTANTIATION (decl))) in finish_file()
4863 && (!DECL_EXPLICIT_INSTANTIATION (decl)
Dpt.c990 || DECL_EXPLICIT_INSTANTIATION (fn))
9933 else if (DECL_EXPLICIT_INSTANTIATION (result)) in do_decl_instantiation()
10468 && DECL_EXPLICIT_INSTANTIATION (d))
Dcp-tree.h2940 #define DECL_EXPLICIT_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) == 3) macro