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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1492 tree type_high_bound = TYPE_MAX_VALUE (from_type);
1496 real_value_from_int_cst (0, type_high_bound);
1490 tree type_high_bound = TYPE_MAX_VALUE (from_type); local
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 8223 tree type_low_bound, type_high_bound;
8234 type_high_bound = TYPE_MAX_VALUE (type);
8256 /* Check if c <= type_high_bound. */
8257 if (type_high_bound && TREE_CODE (type_high_bound) == INTEGER_CST)
8259 if (tree_int_cst_lt (type_high_bound, c))
8199 tree type_low_bound, type_high_bound; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1462 tree type_high_bound = TYPE_MAX_VALUE (from_type);
1466 real_value_from_int_cst (0, type_high_bound);
1460 tree type_high_bound = TYPE_MAX_VALUE (from_type); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 8077 tree type_low_bound, type_high_bound;
8088 type_high_bound = TYPE_MAX_VALUE (type);
8110 /* Check if c <= type_high_bound. */
8111 if (type_high_bound && TREE_CODE (type_high_bound) == INTEGER_CST)
8113 if (tree_int_cst_lt (type_high_bound, c))
8053 tree type_low_bound, type_high_bound; local

Completed in 62 milliseconds