HomeSort by: relevance | last modified time | path
    Searched defs:enum_and_int_p (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2168 bool enum_and_int_p = false;
2172 &enum_and_int_p);
2317 else if (enum_and_int_p
2155 bool enum_and_int_p = false; local
c-typeck.cc 1415 bool enum_and_int_p;
1455 compatible, it sets *ENUM_AND_INT_P to true. */
1458 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p)
1462 *enum_and_int_p = data.enum_and_int_p;
1501 this sets 'enum_and_int_p' in DATA to true (it is never set to
1533 data->enum_and_int_p = true;
1544 data->enum_and_int_p = true;
1688 bool enum_and_int_p;
1713 enum_and_int_p = false
1410 bool enum_and_int_p; member in struct:comptypes_data
1682 bool enum_and_int_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 1059 compatible, it sets *ENUM_AND_INT_P to true. */
1062 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p)
1067 val = comptypes_internal (type1, type2, enum_and_int_p, NULL);
1093 ENUM_AND_INT_P is not NULL, and one type is an enum and the other a
1094 compatible integer type, then this sets *ENUM_AND_INT_P to true;
1095 *ENUM_AND_INT_P is never set to false. If DIFFERENT_TYPES_P is not
1104 comptypes_internal (const_tree type1, const_tree type2, bool *enum_and_int_p,
1128 if (enum_and_int_p != NULL)
1129 *enum_and_int_p = true;
1141 if (enum_and_int_p != NULL
1303 bool enum_and_int_p; local
    [all...]

Completed in 35 milliseconds