Searched defs:enum_and_int_p (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 983 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p) in comptypes_check_enum_int() 1024 comptypes_internal (const_tree type1, const_tree type2, bool *enum_and_int_p, in comptypes_internal() 1204 bool enum_and_int_p; in comp_target_types() local 1318 bool *enum_and_int_p, bool *different_types_p) in tagged_types_tu_compatible_p() 1542 bool *enum_and_int_p, bool *different_types_p) in function_types_compatible_p() 1614 bool *enum_and_int_p, bool *different_types_p) in type_lists_compatible_p()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 1026 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p) in comptypes_check_enum_int() 1067 comptypes_internal (const_tree type1, const_tree type2, bool *enum_and_int_p, in comptypes_internal() 1266 bool enum_and_int_p; in comp_target_types() local 1398 bool *enum_and_int_p, bool *different_types_p) in tagged_types_tu_compatible_p() 1622 bool *enum_and_int_p, bool *different_types_p) in function_types_compatible_p() 1694 bool *enum_and_int_p, bool *different_types_p) in type_lists_compatible_p()
|