Searched refs:comptypes_internal (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 109 static int comptypes_internal (tree, tree); 774 val = comptypes_internal (type1, type2); in comptypes() 786 comptypes_internal (tree type1, tree type2) in comptypes_internal() function 854 ? 1 : comptypes_internal (TREE_TYPE (t1), TREE_TYPE (t2))); in comptypes_internal() 871 && 0 == (val = comptypes_internal (TREE_TYPE (t1), TREE_TYPE (t2)))) in comptypes_internal() 922 && comptypes_internal (TREE_TYPE (t1), TREE_TYPE (t2)); in comptypes_internal() 1153 result = comptypes_internal (TREE_TYPE (s1), TREE_TYPE (s2)); in tagged_types_tu_compatible_p() 1185 result = comptypes_internal (TREE_TYPE (s1), TREE_TYPE (s2)); in tagged_types_tu_compatible_p() 1224 result = comptypes_internal (TREE_TYPE (s1), TREE_TYPE (s2)); in tagged_types_tu_compatible_p() 1276 val = comptypes_internal (ret1, ret2); in function_types_compatible_p() [all …]
|