Home
last modified time | relevance | path

Searched refs:DECL_TEMPLATE_INSTANTIATION (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Drepo.c300 if (!DECL_TEMPLATE_INSTANTIATION (decl) in repo_emit_p()
311 else if (!DECL_TEMPLATE_INSTANTIATION (decl)) in repo_emit_p()
Ddecl.c1405 && ((DECL_TEMPLATE_INSTANTIATION (olddecl) in duplicate_decls()
1407 || (DECL_TEMPLATE_INSTANTIATION (newdecl) in duplicate_decls()
1843 if (DECL_TEMPLATE_INSTANTIATION (olddecl) in duplicate_decls()
1844 && !DECL_TEMPLATE_INSTANTIATION (newdecl)) in duplicate_decls()
4332 || DECL_TEMPLATE_INSTANTIATION (DECL_CONTEXT (decl))) in maybe_commonize_var()
10729 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1) in start_preparsed_function()
10757 || DECL_TEMPLATE_INSTANTIATION (decl1) in start_preparsed_function()
10799 || DECL_TEMPLATE_INSTANTIATION (decl1)) in start_preparsed_function()
Dpt.c1180 if (DECL_TEMPLATE_INSTANTIATION (fn)) in register_specialization()
5302 && DECL_TEMPLATE_INSTANTIATION (decl) in tsubst_friend_function()
11848 && DECL_TEMPLATE_INSTANTIATION (tmp)) in do_type_instantiation()
11852 if (TREE_CODE (tmp) == VAR_DECL && DECL_TEMPLATE_INSTANTIATION (tmp)) in do_type_instantiation()
11981 DECL_TEMPLATE_INSTANTIATION (tmpl) in template_for_substitution()
Ddecl2.c2102 else if (DECL_TEMPLATE_INSTANTIATION (decl) in import_export_decl()
Dcp-tree.h2897 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro
DChangeLog-1997198 DECL_TEMPLATE_INSTANTIATION).
DChangeLog-19991488 (dump_function_decl): Use DECL_TEMPLATE_INSTANTIATION. Don't pass
DChangeLog5038 have DECL_TEMPLATE_INSTANTIATION set.
/openbsd/src/gnu/gcc/gcc/config/i386/
Dwinnt-cxx.c53 || DECL_TEMPLATE_INSTANTIATION (decl) in i386_pe_type_dllimport_p()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c3569 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
3571 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
3925 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
3926 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
4029 if (DECL_TEMPLATE_INSTANTIATION (newdecl))
8141 || DECL_TEMPLATE_INSTANTIATION (DECL_CONTEXT (decl)))
14597 && (! DECL_TEMPLATE_INSTANTIATION (decl1)
14601 || DECL_TEMPLATE_INSTANTIATION (decl1)
14619 && (! DECL_TEMPLATE_INSTANTIATION (decl1)
14639 || DECL_TEMPLATE_INSTANTIATION (decl1))
Dpt.c987 if (DECL_TEMPLATE_INSTANTIATION (fn))
4886 && DECL_TEMPLATE_INSTANTIATION (decl)
10135 && DECL_TEMPLATE_INSTANTIATION (tmp))
10144 if (TREE_CODE (tmp) == VAR_DECL && DECL_TEMPLATE_INSTANTIATION (tmp))
10323 DECL_TEMPLATE_INSTANTIATION (td)
Ddecl2.c1918 if (DECL_TEMPLATE_INSTANTIATION (decl)
Dcp-tree.h2922 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro
DChangeLog.21488 (dump_function_decl): Use DECL_TEMPLATE_INSTANTIATION. Don't pass
13873 DECL_TEMPLATE_INSTANTIATION).