Searched refs:comptypes_internal (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-typeck.c | 113 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() 891 && 0 == (val = 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() 1214 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() [all …]
|
| HD | ChangeLog-2005 | 6384 (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
|
| HD | ChangeLog-2006 | 1479 * c-typeck.c (comptypes_internal): Don't consider aggregates 5628 (comptypes_internal): Add support for vla compatibility.
|