Home
last modified time | relevance | path

Searched refs:DECL_TEMPLATE_INSTANTIATED (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDmethod.c231 DECL_TEMPLATE_INSTANTIATED (alias) = 0; in make_alias_for()
HDpt.c10419 DECL_TEMPLATE_INSTANTIATED (r) = 0; in tsubst_decl()
12616 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()
12858 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()
18203 if (DECL_TEMPLATE_INSTANTIATED (d) in instantiate_decl()
18426 DECL_TEMPLATE_INSTANTIATED (d) = 1; in instantiate_decl()
18611 && !DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()
18617 if (DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()
18622 || DECL_TEMPLATE_INSTANTIATED (instantiation)); in instantiate_pending_templates()
HDdecl.c1993 DECL_TEMPLATE_INSTANTIATED (newdecl) in duplicate_decls()
1994 |= DECL_TEMPLATE_INSTANTIATED (olddecl); in duplicate_decls()
HDcp-tree.h3831 #define DECL_TEMPLATE_INSTANTIATED(NODE) \ macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDmethod.c206 DECL_TEMPLATE_INSTANTIATED (alias) = 0; in make_alias_for()
HDpt.c13710 DECL_TEMPLATE_INSTANTIATED (r) = 0; in tsubst_decl()
16573 DECL_TEMPLATE_INSTANTIATED (decl3) = 1; in tsubst_decomp_names()
16714 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()
17051 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()
23751 if (DECL_TEMPLATE_INSTANTIATED (d) in instantiate_decl()
23992 DECL_TEMPLATE_INSTANTIATED (d) = 1; in instantiate_decl()
24183 && !DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()
24189 if (DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()
24194 || DECL_TEMPLATE_INSTANTIATED (instantiation)); in instantiate_pending_templates()
HDdecl2.c4911 && !DECL_TEMPLATE_INSTANTIATED (decl))) in c_parse_final_cleanups()
HDdecl.c2368 DECL_TEMPLATE_INSTANTIATED (newdecl) in duplicate_decls()
2369 |= DECL_TEMPLATE_INSTANTIATED (olddecl); in duplicate_decls()
6910 && !DECL_TEMPLATE_INSTANTIATED (decl)) in cp_finish_decl()
HDcp-tree.h4735 #define DECL_TEMPLATE_INSTANTIATED(NODE) \ macro