Searched refs:DECL_TEMPLATE_INFO (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dptree.c56 if (DECL_TEMPLATE_INFO (node))
59 fprintf (file, HOST_PTR_PRINTF, DECL_TEMPLATE_INFO (node));
H A Dpt.c254 else if (DECL_TEMPLATE_INFO (decl))
312 if (DECL_TEMPLATE_INFO (type)
342 if (! DECL_TEMPLATE_INFO (decl))
774 t = DECL_TEMPLATE_INFO (t) ? DECL_TI_TEMPLATE (t) : NULL_TREE)
1162 DECL_TEMPLATE_SPECIALIZATION. Furthermore, its DECL_TEMPLATE_INFO
1500 /* Set up the DECL_TEMPLATE_INFO for DECL. */
1501 DECL_TEMPLATE_INFO (decl)
2384 || (is_friend && !DECL_TEMPLATE_INFO (decl)))
2387 && DECL_TEMPLATE_INFO (decl)
2400 DECL_TEMPLATE_INFO (tmp
[all...]
H A Derror.c1146 && DECL_TEMPLATE_INFO (t)
1152 tree args = DECL_TEMPLATE_INFO (t) ? DECL_TI_ARGS (t) : NULL_TREE;
H A Dcp-tree.h1443 #define DECL_TEMPLATE_INFO(NODE) (DECL_LANG_SPECIFIC(NODE)->decl_flags.template_info)
1495 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
1502 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
2027 (DECL_TEMPLATE_INFO (DECL) && !DECL_USE_TEMPLATE (DECL))
1436 #define DECL_TEMPLATE_INFO macro
H A Ddecl.c3320 && (!DECL_TEMPLATE_INFO (newdecl)
3324 && (!DECL_TEMPLATE_INFO (olddecl)
3634 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
7589 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl))
8962 DECL_TEMPLATE_INFO (decl)
12435 if (IDENTIFIER_TYPENAME_P (name) && ! DECL_TEMPLATE_INFO (decl))
13620 if (!DECL_CONTEXT (decl1) && DECL_TEMPLATE_INFO (decl1))
H A Dmethod.c2310 DECL_TEMPLATE_INFO (decl) = NULL_TREE;
H A Dcall.c1832 cand->template = DECL_TEMPLATE_INFO (fn);
3073 if (fn && DECL_TEMPLATE_INFO (fn))
H A Dsearch.c957 if (DECL_TEMPLATE_INFO (scope))
H A Ddecl2.c5418 instantiation. A TEMPLATE_DECL may also have DECL_TEMPLATE_INFO,
5423 && DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)
H A Dtypeck.c5020 if (DECL_TEMPLATE_INFO (x) && !DECL_TEMPLATE_SPECIALIZATION (x))
/haiku-buildtools/gcc/gcc/cp/
H A Dptree.c77 && DECL_TEMPLATE_INFO (node))
79 (void *) DECL_TEMPLATE_INFO (node));
H A Dpt.c299 else if (DECL_TEMPLATE_INFO (decl))
340 tinfo = DECL_TEMPLATE_INFO (t);
397 if (!decl || (!nsdmi && ! DECL_TEMPLATE_INFO (decl)))
1090 if (DECL_TEMPLATE_INFO (fn) && DECL_TI_TEMPLATE (fn) == tmpl
1146 t = DECL_TEMPLATE_INFO (t) ? DECL_TI_TEMPLATE (t) : NULL_TREE)
1181 && DECL_TEMPLATE_INFO (friend_decl)
1268 is_template = DECL_TEMPLATE_INFO (decl)
2067 if (!DECL_TEMPLATE_INFO (fn))
2346 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)
2403 DECL_TEMPLATE_SPECIALIZATION. Furthermore, its DECL_TEMPLATE_INFO
[all...]
H A Dfriend.c506 if (DECL_TEMPLATE_INFO (decl))
H A Derror.c413 && DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)))
668 && DECL_TEMPLATE_INFO (name))))
690 while (DECL_TEMPLATE_INFO (tpl))
1087 && DECL_TEMPLATE_INFO (t)
1498 if (DECL_USE_TEMPLATE (t) && DECL_TEMPLATE_INFO (t)
1748 if (DECL_TEMPLATE_INFO (t)
1752 dump_template_parms (pp, DECL_TEMPLATE_INFO (t), !DECL_USE_TEMPLATE (t),
H A Ddecl.c1636 && (!DECL_TEMPLATE_INFO (newdecl)
1640 && (!DECL_TEMPLATE_INFO (olddecl)
1764 DECL_TEMPLATE_INFO (olddecl)
2205 if (DECL_TEMPLATE_INFO (newdecl))
2207 new_template_info = DECL_TEMPLATE_INFO (newdecl);
2211 TINFO_USED_TEMPLATE_ID (DECL_TEMPLATE_INFO (olddecl))
2214 DECL_TEMPLATE_INFO (newdecl) = DECL_TEMPLATE_INFO (olddecl);
2711 if (DECL_TEMPLATE_INFO (nt))
2714 if (DECL_TEMPLATE_INFO (o
[all...]
H A Dcp-tree.h810 (TINFO_HAS_ACCESS_ERRORS (DECL_TEMPLATE_INFO (NODE)))
2058 DECL_TEMPLATE_INFO. */
2772 In either case, DECL_TEMPLATE_INFO is a TREE_LIST, whose
2784 global function f. In this case, DECL_TEMPLATE_INFO for S<int>::f
2786 #define DECL_TEMPLATE_INFO(NODE) \
2820 ? DECL_TEMPLATE_INFO (TYPE_NAME (NODE)) \
2838 : (DECL_TEMPLATE_INFO (TYPE_NAME (NODE)) = (VAL))))
2950 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
2957 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
4030 If DECL_USE_TEMPLATE is nonzero, then DECL_TEMPLATE_INFO wil
2780 #define DECL_TEMPLATE_INFO macro
[all...]
H A Dmangle.c314 *template_info = DECL_TEMPLATE_INFO (decl);
679 if (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)
3521 dep = (DECL_LANG_SPECIFIC (decl) && DECL_TEMPLATE_INFO (decl)
H A Dmethod.c173 DECL_TEMPLATE_INFO (thunk) = NULL;
242 DECL_TEMPLATE_INFO (alias) = NULL;
H A Dlambda.c868 = (DECL_TEMPLATE_INFO (callop)
H A Ddecl2.c2412 : DECL_TEMPLATE_INFO (decl));
5114 && DECL_TEMPLATE_INFO (decl)
5135 if (DECL_TEMPLATE_INFO (decl)
5216 && DECL_TEMPLATE_INFO (decl)
H A Dsearch.c815 if (DECL_TEMPLATE_INFO (scope))
H A Dcall.c3145 cand->template_decl = DECL_TEMPLATE_INFO (fn);
6806 if (fn && DECL_TEMPLATE_INFO (fn))
7143 In case #2, where `B<int>::g' has a DECL_TEMPLATE_INFO simply
7148 if (DECL_TEMPLATE_INFO (fn)
7318 && DECL_TEMPLATE_INFO (fn)
H A Dclass.c4612 DECL_TEMPLATE_INFO (result) = copy_node (DECL_TEMPLATE_INFO (result));
H A Dinit.c558 if (DECL_LANG_SPECIFIC (member) && DECL_TEMPLATE_INFO (member))
H A Dparser.c9605 if (!DECL_TEMPLATE_INFO (fco))
16646 && DECL_TEMPLATE_INFO (decl)

Completed in 730 milliseconds