Home
last modified time | relevance | path

Searched refs:comp_array_types (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c56 static bool comp_array_types (const_tree, const_tree, compare_bounds_t, bool);
1098 comp_array_types (const_tree t1, const_tree t2, compare_bounds_t cb, in comp_array_types() function
1383 if (!comp_array_types (t1, t2, ((strict & COMPARE_REDECLARATION) in structural_comptypes()
10243 && !comp_array_types (to, from, bounds_first, /*strict=*/false)) in comp_ptr_ttypes_real()
10375 && !comp_array_types (to, from, cb, /*strict=*/false)) in comp_ptr_ttypes_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc56 static bool comp_array_types (const_tree, const_tree, compare_bounds_t, bool);
1126 comp_array_types (const_tree t1, const_tree t2, compare_bounds_t cb, in comp_array_types() function
1416 if (!comp_array_types (t1, t2, ((strict & COMPARE_REDECLARATION) in structural_comptypes()
10850 && !comp_array_types (to, from, bounds_first, /*strict=*/false)) in comp_ptr_ttypes_real()
10982 && !comp_array_types (to, from, cb, /*strict=*/false)) in comp_ptr_ttypes_const()
H A DChangeLog-20191731 * typeck.c (comp_array_types): New bool and compare_bounds_t
1733 (structural_comptypes): Adjust the call to comp_array_types.
1737 comp_array_types to compare array types. Look through arrays as per
1739 (comp_ptr_ttypes_const): Use comp_array_types to compare array types.
H A DChangeLog-20071251 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
1252 comp_array_types, at_least_as_qualified_p, comp_cv_qualification,
H A DChangeLog-200314 * typeck.c (comp_array_types): Fold non-dependent domains for
3891 (comp_array_types): Take redeclaration bool parameter.
3909 * typeck.c (comp_array_types): Return bool. Lose callback.
H A DChangeLog-20142153 * typeck.c (comp_array_types): Likewise.
H A DChangeLog-20021848 * typeck.c (comp_array_types): Likewise.
H A DChangeLog-1998886 (comp_array_types): Likewise. Get issues involving unknown array