Home
last modified time | relevance | path

Searched defs:INT_MIN (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/test/CodeGen/
DPR32874.c31 int INT_MIN = 0xffffffff; in ub_constant_arithmetic() local
47 INT_MIN * INT_MIN; in ub_constant_arithmetic() local
/external/rust/crates/libc/src/
Dsgx.rs26 pub const INT_MIN: c_int = -2147483648; constant
Dswitch.rs28 pub const INT_MIN: c_int = -2147483648; constant
/external/llvm-project/libclc/generic/include/clc/integer/
Ddefinitions.h3 #define INT_MIN (-2147483647 - 1) macro
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dlimits_.h16 #define INT_MIN (-INT_MAX - 1) macro
/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dlimits_.h16 #define INT_MIN (-INT_MAX - 1) macro
/external/clang/lib/Headers/
Dlimits.h67 #define INT_MIN (-__INT_MAX__ -1) macro
Dopencl-c.h270 #define INT_MIN (-2147483647-1) macro
/external/llvm-project/clang/lib/Headers/
Dlimits.h51 #define INT_MIN (-__INT_MAX__ -1) macro
Dopencl-c-base.h257 #define INT_MIN (-2147483647-1) macro
/external/clang/test/Analysis/
Dswitch-case.c6 #define INT_MIN 0x80000000 macro
Dadditive-folding.cpp7 #define INT_MIN (-INT_MAX - 1) macro
Dadditive-folding-range-constraints.c7 #define INT_MIN (-INT_MAX - 1) macro
/external/llvm-project/clang/test/Analysis/
Dswitch-case.c6 #define INT_MIN 0x80000000 macro
Dconstant-folding.c5 #define INT_MIN (int)(UINT_MAX & ~(UINT_MAX >> 1)) macro
Dconstraint_manager_negate_difference.c11 #define INT_MIN (UINT_MAX & ~(UINT_MAX >> 1)) macro
Dadditive-folding.cpp7 #define INT_MIN (-INT_MAX - 1) macro
Dadditive-folding-range-constraints.c7 #define INT_MIN (-INT_MAX - 1) macro
/external/clang/test/ARCMT/
Dobjcmt-boxing.m14 #define INT_MIN (-__INT_MAX__ -1) macro
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-boxing.m14 #define INT_MIN (-__INT_MAX__ -1) macro
/external/python/cpython2/Lib/plat-beos5/
DIN.py105 INT_MIN = LONG_MIN variable
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py217 INT_MIN = (-2147483647-1) variable
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py9 INT_MIN = (-2147483647-1) variable
/external/rust/crates/libc/src/windows/
Dmod.rs103 pub const INT_MIN: c_int = -2147483648; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py112 INT_MIN = (-2147483647-1) variable
206 INT_MIN = (-INT_MAX - 1) variable

12