Home
last modified time | relevance | path

Searched refs:TYPE_DEPENDENT_P (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1123 TYPE_DEPENDENT_P (t) = true; in build_cplus_array_type()
1149 TYPE_DEPENDENT_P (t) = dependent; in build_cplus_array_type()
1406 ? int (TYPE_DEPENDENT_P (type)) : -1); in cp_build_qualified_type_real()
1652 result = build_cplus_array_type (type, t0, TYPE_DEPENDENT_P (t)); in strip_typedefs()
2783 if (!TYPE_DEPENDENT_P (v)) in build_cp_fntype_variant()
2874 if (!TYPE_DEPENDENT_P (variant)) in fixup_deferred_exception_variants()
H A Dmodule.cc7736 && TYPE_DEPENDENT_P (t)) in decl_value()
8072 TYPE_DEPENDENT_P (type) = true; in decl_value()
8739 u (TYPE_DEPENDENT_P (type)); in type_node()
H A Ddecl.cc11100 TYPE_DEPENDENT_P (itype) = 1; in compute_array_index_type_loc()
11268 TYPE_DEPENDENT_P (itype) = 0; in compute_array_index_type_loc()
H A Dcp-tree.h2239 #define TYPE_DEPENDENT_P(NODE) TYPE_LANG_FLAG_0 (NODE) macro
H A Dpt.cc21926 TYPE_DEPENDENT_P (d) = true; in instantiate_alias_template()
27528 TYPE_DEPENDENT_P (type) = dependent_type_p_r (type); in dependent_type_p()
27532 return TYPE_DEPENDENT_P (type); in dependent_type_p()
H A DChangeLog-20215068 on complex alias specializations. Set TYPE_DEPENDENT_P here.
H A DChangeLog-20036056 (TYPE_DEPENDENT_P): New macro.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c10461 TYPE_DEPENDENT_P (itype) = 1; in compute_array_index_type_loc()
10626 TYPE_DEPENDENT_P (itype) = 0; in compute_array_index_type_loc()
H A Dcp-tree.h2080 #define TYPE_DEPENDENT_P(NODE) TYPE_LANG_FLAG_0 (NODE) macro
H A Dpt.c26659 TYPE_DEPENDENT_P (type) = dependent_type_p_r (type); in dependent_type_p()
26663 return TYPE_DEPENDENT_P (type); in dependent_type_p()