Searched refs:DECL_TEMPLATE_INSTANTIATIONS (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Ddump.c372 dump_child ("inst", DECL_TEMPLATE_INSTANTIATIONS (t));
H A Dpt.c935 for (t = DECL_TEMPLATE_INSTANTIATIONS (tmpl);
1510 DECL_TEMPLATE_INSTANTIATIONS (tmpl)
1511 = tree_cons (args, spec, DECL_TEMPLATE_INSTANTIATIONS (tmpl));
4393 for (inst = DECL_TEMPLATE_INSTANTIATIONS (maintmpl); inst;
8132 DECL_TEMPLATE_INSTANTIATIONS (found)
8134 DECL_TEMPLATE_INSTANTIATIONS (found));
8853 for (t = DECL_TEMPLATE_INSTANTIATIONS (old_decl);
8874 DECL_TEMPLATE_INSTANTIATIONS (old_decl) = NULL_TREE;
10858 DECL_TEMPLATE_INSTANTIATIONS (r) = NULL_TREE;
H A Dcp-tree.h3886 /* For a function template at namespace scope, DECL_TEMPLATE_INSTANTIATIONS
3892 For a class template the DECL_TEMPLATE_INSTANTIATIONS lists holds
3910 DECL_TEMPLATE_INSTANTIATIONS list for `template <class T> template
3914 #define DECL_TEMPLATE_INSTANTIATIONS(NODE) \
3908 #define DECL_TEMPLATE_INSTANTIATIONS macro
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c3837 for (found = DECL_TEMPLATE_INSTANTIATIONS (template);
3847 DECL_TEMPLATE_INSTANTIATIONS list, it must be permanent. */
3909 for (found = DECL_TEMPLATE_INSTANTIATIONS (template);
3962 DECL_TEMPLATE_INSTANTIATIONS (template)
3964 DECL_TEMPLATE_INSTANTIATIONS (template));
5504 DECL_TEMPLATE_INSTANTIATIONS (r) = NULL_TREE;
H A Dcp-tree.h1893 DECL_TEMPLATE_INSTANTIATIONS list contains the explicitly and
1898 For a class template the DECL_TEMPLATE_INSTANTIATIONS lists holds
1913 DECL_TEMPLATE_INSTANTIATIONS list for `template <class T> template
1917 #define DECL_TEMPLATE_INSTANTIATIONS(NODE) DECL_VINDEX(NODE)
1910 #define DECL_TEMPLATE_INSTANTIATIONS macro

Completed in 243 milliseconds