Home
last modified time | relevance | path

Searched refs:DECL_TEMPLATE_SPECIALIZATION (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Ddecl2.c555 && DECL_TEMPLATE_SPECIALIZATION (function)) in check_classfn()
625 && (DECL_TEMPLATE_SPECIALIZATION (function) in check_classfn()
626 == DECL_TEMPLATE_SPECIALIZATION (fndecl)) in check_classfn()
627 && (!DECL_TEMPLATE_SPECIALIZATION (function) in check_classfn()
1327 && ! DECL_TEMPLATE_SPECIALIZATION (decl))) in maybe_make_one_only()
Dpt.c241 if (!DECL_TEMPLATE_SPECIALIZATION (decl)) in finish_member_template_decl()
312 > (processing_template_decl + DECL_TEMPLATE_SPECIALIZATION (decl))); in inline_needs_template_parms()
391 if (DECL_TEMPLATE_SPECIALIZATION (decl)) in maybe_begin_member_template_processing()
1178 else if (fn && DECL_TEMPLATE_SPECIALIZATION (spec)) in register_specialization()
1239 else if (DECL_TEMPLATE_SPECIALIZATION (fn)) in register_specialization()
1253 if (DECL_TEMPLATE_SPECIALIZATION (spec) in register_specialization()
3163 && DECL_TEMPLATE_SPECIALIZATION (decl)) in push_template_decl_real()
3201 && DECL_TEMPLATE_SPECIALIZATION (decl) in push_template_decl_real()
6641 && !DECL_TEMPLATE_SPECIALIZATION (t)) in tsubst_decl()
11666 if (DECL_TEMPLATE_SPECIALIZATION (result)) in do_decl_instantiation()
[all …]
Ddecl.c1399 && ((DECL_TEMPLATE_SPECIALIZATION (olddecl) in duplicate_decls()
1403 || (DECL_TEMPLATE_SPECIALIZATION (newdecl) in duplicate_decls()
1863 gcc_assert (DECL_TEMPLATE_SPECIALIZATION (newdecl)); in duplicate_decls()
4022 if (DECL_EXTERNAL (decl) && ! DECL_TEMPLATE_SPECIALIZATION (decl)) in start_decl()
11530 if (processing_template_decl && !DECL_TEMPLATE_SPECIALIZATION (fndecl)) in start_method()
Dcp-tree.h2901 #define DECL_TEMPLATE_SPECIALIZATION(NODE) (DECL_USE_TEMPLATE (NODE) == 2) macro
Dname-lookup.c1035 && DECL_TEMPLATE_SPECIALIZATION (decl))) in maybe_push_decl()
DChangeLog-20042753 * pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION
DChangeLog-19942067 * pt.c (instantiate_template): Set DECL_TEMPLATE_SPECIALIZATION or