Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dmethod.c288 DECL_TEMPLATE_INSTANTIATED (alias) = 0; in make_alias_for()
Dpt.c6958 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()
Dcp-tree.h2944 #define DECL_TEMPLATE_INSTANTIATED(NODE) \ macro
Ddecl.c1814 DECL_TEMPLATE_INSTANTIATED (newdecl) in duplicate_decls()
1815 |= DECL_TEMPLATE_INSTANTIATED (olddecl); in duplicate_decls()
DChangeLog-19991218 * pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED for a catch
6286 * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
DChangeLog1391 * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
4748 * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
DChangeLog-20046716 * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
DChangeLog-1998698 * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.