Searched refs:comp_array_types (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 56 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 D | typeck.cc | 56 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 D | ChangeLog-2019 | 1731 * 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 D | ChangeLog-2007 | 1251 * 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 D | ChangeLog-2003 | 14 * 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 D | ChangeLog-2014 | 2153 * typeck.c (comp_array_types): Likewise.
|
H A D | ChangeLog-2002 | 1848 * typeck.c (comp_array_types): Likewise.
|
H A D | ChangeLog-1998 | 886 (comp_array_types): Likewise. Get issues involving unknown array
|