/external/llvm-project/clang/test/CodeGen/ |
D | PR32874.c | 31 int INT_MIN = 0xffffffff; in ub_constant_arithmetic() local 47 INT_MIN * INT_MIN; in ub_constant_arithmetic() local
|
/external/rust/crates/libc/src/ |
D | sgx.rs | 26 pub const INT_MIN: c_int = -2147483648; constant
|
D | switch.rs | 28 pub const INT_MIN: c_int = -2147483648; constant
|
/external/llvm-project/libclc/generic/include/clc/integer/ |
D | definitions.h | 3 #define INT_MIN (-2147483647 - 1) macro
|
/external/arm-trusted-firmware/include/lib/libc/aarch64/ |
D | limits_.h | 16 #define INT_MIN (-INT_MAX - 1) macro
|
/external/arm-trusted-firmware/include/lib/libc/aarch32/ |
D | limits_.h | 16 #define INT_MIN (-INT_MAX - 1) macro
|
/external/clang/lib/Headers/ |
D | limits.h | 67 #define INT_MIN (-__INT_MAX__ -1) macro
|
D | opencl-c.h | 270 #define INT_MIN (-2147483647-1) macro
|
/external/llvm-project/clang/lib/Headers/ |
D | limits.h | 51 #define INT_MIN (-__INT_MAX__ -1) macro
|
D | opencl-c-base.h | 257 #define INT_MIN (-2147483647-1) macro
|
/external/clang/test/Analysis/ |
D | switch-case.c | 6 #define INT_MIN 0x80000000 macro
|
D | additive-folding.cpp | 7 #define INT_MIN (-INT_MAX - 1) macro
|
D | additive-folding-range-constraints.c | 7 #define INT_MIN (-INT_MAX - 1) macro
|
/external/llvm-project/clang/test/Analysis/ |
D | switch-case.c | 6 #define INT_MIN 0x80000000 macro
|
D | constant-folding.c | 5 #define INT_MIN (int)(UINT_MAX & ~(UINT_MAX >> 1)) macro
|
D | constraint_manager_negate_difference.c | 11 #define INT_MIN (UINT_MAX & ~(UINT_MAX >> 1)) macro
|
D | additive-folding.cpp | 7 #define INT_MIN (-INT_MAX - 1) macro
|
D | additive-folding-range-constraints.c | 7 #define INT_MIN (-INT_MAX - 1) macro
|
/external/clang/test/ARCMT/ |
D | objcmt-boxing.m | 14 #define INT_MIN (-__INT_MAX__ -1) macro
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-boxing.m | 14 #define INT_MIN (-__INT_MAX__ -1) macro
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 105 INT_MIN = LONG_MIN variable
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 217 INT_MIN = (-2147483647-1) variable
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 9 INT_MIN = (-2147483647-1) variable
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 103 pub const INT_MIN: c_int = -2147483648; constant
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 112 INT_MIN = (-2147483647-1) variable 206 INT_MIN = (-INT_MAX - 1) variable
|