Home
last modified time | relevance | path

Searched refs:TYPE_TEMPLATE_INFO (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dmangle.c317 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()
460 && TYPE_TEMPLATE_INFO (type) in is_std_substitution()
984 template_info = TYPE_TEMPLATE_INFO (node); in write_prefix()
H A Ddecl2.c1676 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
1756 ? TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in determine_visibility()
H A Dtypeck2.c381 if (!TYPE_TEMPLATE_INFO (type)) in cxx_incomplete_type_diagnostic()
H A Dcp-tree.h2137 #define TYPE_TEMPLATE_INFO(NODE) \ macro
2261 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
2265 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
H A Dpt.c3144 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()
3182 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()
3348 if (!TYPE_TEMPLATE_INFO (type)) in redeclare_class_template()
4968 if (!TYPE_TEMPLATE_INFO (t)) in for_each_template_parm_r()
4970 else if (for_each_template_parm (TREE_VALUE (TYPE_TEMPLATE_INFO (t)), in for_each_template_parm_r()
6274 if (TYPE_TEMPLATE_INFO (t)) in tsubst_aggr_type()
H A Derror.c472 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
H A Dtypeck.c1021 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in comptypes()
H A DChangeLog-20001404 (TYPE_TEMPLATE_INFO): Likewise.
2030 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
H A DChangeLog-1998612 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
2709 (TYPE_TEMPLATE_INFO): Likewise.
H A Ddecl.c9863 if (TYPE_TEMPLATE_INFO (t)) in xref_tag()
H A DChangeLog-20021347 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c260 *template_info = TYPE_TEMPLATE_INFO (type);
408 && TYPE_TEMPLATE_INFO (type)
888 template_info = TYPE_TEMPLATE_INFO (node);
H A Dtypeck2.c242 if (!TYPE_TEMPLATE_INFO (type))
H A Dpt.c2782 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl))
2819 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl))
2976 if (!TYPE_TEMPLATE_INFO (type))
4580 if (!TYPE_TEMPLATE_INFO (t))
4582 else if (for_each_template_parm (TREE_VALUE (TYPE_TEMPLATE_INFO (t)),
5837 if (TYPE_TEMPLATE_INFO (t))
H A Dcp-tree.h2287 #define TYPE_TEMPLATE_INFO(NODE) \ macro
2407 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
2411 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
H A Derror.c577 dump_template_parms (TYPE_TEMPLATE_INFO (t),
H A Dtypeck.c990 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2)
H A DChangeLog2758 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
11276 (TYPE_TEMPLATE_INFO): Likewise.
11902 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
H A DChangeLog.27400 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
9497 (TYPE_TEMPLATE_INFO): Likewise.