Searched refs:DECL_TEMPLATE_INSTANTIATED (Results 1 – 8 of 8) sorted by relevance
288 DECL_TEMPLATE_INSTANTIATED (alias) = 0; in make_alias_for()
6958 DECL_TEMPLATE_INSTANTIATED (r) = 0; in tsubst_decl()8566 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()8759 DECL_TEMPLATE_INSTANTIATED (decl) = 1; in tsubst_expr()12094 if (DECL_TEMPLATE_INSTANTIATED (d)) in instantiate_decl()12294 DECL_TEMPLATE_INSTANTIATED (d) = 1; in instantiate_decl()12472 && !DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()12478 if (DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()12483 || DECL_TEMPLATE_INSTANTIATED (instantiation)) in instantiate_pending_templates()
2944 #define DECL_TEMPLATE_INSTANTIATED(NODE) \ macro
1814 DECL_TEMPLATE_INSTANTIATED (newdecl) in duplicate_decls()1815 |= DECL_TEMPLATE_INSTANTIATED (olddecl); in duplicate_decls()
1218 * pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch6286 * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
1391 * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to4748 * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
6716 * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
698 * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.