Searched refs:comp_array_types (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck.c | 55 static bool comp_array_types (const_tree, const_tree, bool); 1064 comp_array_types (const_tree t1, const_tree t2, bool allow_redeclaration) in comp_array_types() function 1287 if (!comp_array_types (t1, t2, !!(strict & COMPARE_REDECLARATION))) in structural_comptypes()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck.c | 56 static bool comp_array_types (const_tree, const_tree, bool); 1096 comp_array_types (const_tree t1, const_tree t2, bool allow_redeclaration) in comp_array_types() function 1377 if (!comp_array_types (t1, t2, !!(strict & COMPARE_REDECLARATION))) in structural_comptypes()
|