Searched refs:DECL_TEMPLATE_INSTANTIATION (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/config/i386/
H A Dwinnt-cxx.c58 || DECL_TEMPLATE_INSTANTIATION (decl)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c3337 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
3339 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
3647 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
3648 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
3750 if (DECL_TEMPLATE_INSTANTIATION (newdecl))
8173 || DECL_TEMPLATE_INSTANTIATION (current_function_decl))
12242 && !(DECL_TEMPLATE_INSTANTIATION (decl)
12268 && !(DECL_TEMPLATE_INSTANTIATION (decl)
12332 && !(DECL_TEMPLATE_INSTANTIATION (decl)
13648 && (! DECL_TEMPLATE_INSTANTIATION (decl
[all...]
H A Dpt.c838 if (DECL_TEMPLATE_INSTANTIATION (fn))
4426 && DECL_TEMPLATE_INSTANTIATION (decl)
9152 && DECL_TEMPLATE_INSTANTIATION (tmp))
9161 if (TREE_CODE (tmp) == VAR_DECL && DECL_TEMPLATE_INSTANTIATION (tmp))
9326 DECL_TEMPLATE_INSTANTIATION (td)
9560 if (DECL_TEMPLATE_INSTANTIATION (instantiation)
9571 if (!DECL_TEMPLATE_INSTANTIATION (instantiation)
H A Dcp-tree.h1994 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
2024 instantiated will not be a DECL_TEMPLATE_INSTANTIATION, but will be
1987 #define DECL_TEMPLATE_INSTANTIATION macro
H A Ddecl2.c2855 if (DECL_TEMPLATE_INSTANTIATION (decl)
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c1653 && ((DECL_TEMPLATE_INSTANTIATION (olddecl)
1655 || (DECL_TEMPLATE_INSTANTIATION (newdecl)
1867 if (!(DECL_TEMPLATE_INSTANTIATION (olddecl)
2208 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2249 if (DECL_TEMPLATE_INSTANTIATION (olddecl)
2250 && !DECL_TEMPLATE_INSTANTIATION (newdecl))
6461 && DECL_TEMPLATE_INSTANTIATION (decl)
13678 honor_interface = (!DECL_TEMPLATE_INSTANTIATION (decl1)
13707 || DECL_TEMPLATE_INSTANTIATION (decl1))
13749 || DECL_TEMPLATE_INSTANTIATION (decl
[all...]
H A Ddecl2.c844 && !DECL_TEMPLATE_INSTANTIATION (decl))
1892 && DECL_TEMPLATE_INSTANTIATION (decl)))
4791 && !(DECL_TEMPLATE_INSTANTIATION (decl)
H A Dsemantics.c514 if (!cfun || (DECL_TEMPLATE_INSTANTIATION (current_function_decl)
544 if (!cfun || (DECL_TEMPLATE_INSTANTIATION (current_function_decl)
7272 && DECL_TEMPLATE_INSTANTIATION (expr))
H A Dpt.c1412 if (DECL_TEMPLATE_INSTANTIATION (fn))
3063 && DECL_TEMPLATE_INSTANTIATION (t)
4400 : DECL_TEMPLATE_INSTANTIATION (instance))
8660 && DECL_TEMPLATE_INSTANTIATION (decl)
20015 && DECL_TEMPLATE_INSTANTIATION (tmp))
20019 if (VAR_P (tmp) && DECL_TEMPLATE_INSTANTIATION (tmp))
20184 DECL_TEMPLATE_INSTANTIATION (tmpl)
H A Dcp-tree.h4044 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
4077 instantiated will not be a DECL_TEMPLATE_INSTANTIATION, but will be
4085 (DECL_TEMPLATE_INSTANTIATION (DECL) \
4038 #define DECL_TEMPLATE_INSTANTIATION macro
H A Dconstexpr.c112 if (!DECL_TEMPLATE_INSTANTIATION (current_function_decl))
H A Dtypeck.c1638 && DECL_TEMPLATE_INSTANTIATION (e))
H A Dparser.c15250 gcc_assert (DECL_TEMPLATE_INSTANTIATION (type_decl));

Completed in 620 milliseconds