Home
last modified time | relevance | path

Searched refs:type_low_bound (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtree.c4243 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local
4270 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
4272 ok_for_low_bound = ! tree_int_cst_lt (c, type_low_bound); in int_fits_type_p()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtree.c4243 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local
4270 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
4272 ok_for_low_bound = ! tree_int_cst_lt (c, type_low_bound); in int_fits_type_p()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree.c5489 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local
5505 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
5507 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree.c8370 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8378 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8392 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8394 dd = tree_to_double_int (type_low_bound); in int_fits_type_p()
8395 if (unsc != TYPE_UNSIGNED (TREE_TYPE (type_low_bound))) in int_fits_type_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree.c8316 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8324 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8338 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8340 dd = tree_to_double_int (type_low_bound); in int_fits_type_p()
8341 if (unsc != TYPE_UNSIGNED (TREE_TYPE (type_low_bound))) in int_fits_type_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree.c8561 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8569 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8583 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8585 dd = tree_to_double_int (type_low_bound); in int_fits_type_p()
8586 if (unsc != TYPE_UNSIGNED (TREE_TYPE (type_low_bound))) in int_fits_type_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree.c8986 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8996 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9010 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9012 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree.c8986 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8996 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9010 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9012 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree.c7959 tree type_low_bound, type_high_bound; in int_fits_type_p() local
7969 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
7983 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
7985 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree.c8647 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8657 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8671 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8673 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree.c8647 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8657 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8671 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8673 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree.c8647 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8657 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8671 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8673 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree.c8647 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8657 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8671 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8673 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree.c8647 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8657 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8671 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8673 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree.c8648 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8658 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
8672 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
8674 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree.c9080 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9090 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9104 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9106 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree.c8987 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8997 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9011 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9013 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree.c8988 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8998 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9012 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9014 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree.c9164 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9174 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9188 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9190 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree.c9080 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9090 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9104 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9106 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree.c9080 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9090 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9104 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9106 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree.c8987 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8997 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9011 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9013 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree.c9164 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9174 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9188 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9190 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree.c9159 tree type_low_bound, type_high_bound; in int_fits_type_p() local
9169 type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p()
9183 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
9185 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/c-family/
H A Dc-common.c2621 tree type_low_bound, type_high_bound; in unsafe_conversion_p() local
2628 type_low_bound = TYPE_MIN_VALUE (expr_type); in unsafe_conversion_p()
2630 real_low_bound = real_value_from_int_cst (0, type_low_bound); in unsafe_conversion_p()

12