Home
last modified time | relevance | path

Searched refs:comptypes_internal (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c113 static int comptypes_internal (tree, tree);
787 val = comptypes_internal (type1, type2); in comptypes()
799 comptypes_internal (tree type1, tree type2) in comptypes_internal() function
874 ? 1 : comptypes_internal (TREE_TYPE (t1), TREE_TYPE (t2))); in comptypes_internal()
942 && comptypes_internal (TREE_TYPE (t1), TREE_TYPE (t2)); in comptypes_internal()
1182 result = comptypes_internal (TREE_TYPE (s1), TREE_TYPE (s2)); in tagged_types_tu_compatible_p()
1253 result = comptypes_internal (TREE_TYPE (s1), TREE_TYPE (s2)); in tagged_types_tu_compatible_p()
1305 val = comptypes_internal (ret1, ret2); in function_types_compatible_p()
1386 else if (!(newval = comptypes_internal (mv1, mv2))) in type_lists_compatible_p()
1405 if (comptypes_internal (mv3, mv2)) in type_lists_compatible_p()
[all …]
H A DChangeLog-20056384 (comptypes): Move functional to comptypes_internal
6386 (comptypes_internal): New function and call comptypes_internal
6394 if they are and call comptypes_internal instead of comptypes.
6397 (function_types_compatible_p): Call comptypes_internal instead of
H A DChangeLog-20061479 * c-typeck.c (comptypes_internal): Don't consider aggregates
5628 (comptypes_internal): Add support for vla compatibility.