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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1491 tree type_low_bound = TYPE_MIN_VALUE (from_type);
1494 real_value_from_int_cst (0, type_low_bound);
1489 tree type_low_bound = TYPE_MIN_VALUE (from_type); local
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 8223 tree type_low_bound, type_high_bound;
8233 type_low_bound = TYPE_MIN_VALUE (type);
8246 /* Check if c >= type_low_bound. */
8247 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST)
8249 if (tree_int_cst_lt (c, type_low_bound))
8199 tree type_low_bound, type_high_bound; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1461 tree type_low_bound = TYPE_MIN_VALUE (from_type);
1464 real_value_from_int_cst (0, type_low_bound);
1459 tree type_low_bound = TYPE_MIN_VALUE (from_type); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 8077 tree type_low_bound, type_high_bound;
8087 type_low_bound = TYPE_MIN_VALUE (type);
8100 /* Check if c >= type_low_bound. */
8101 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST)
8103 if (tree_int_cst_lt (c, type_low_bound))
8053 tree type_low_bound, type_high_bound; local

Completed in 60 milliseconds