| /llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.int/ |
| H A D | int128.pass.cpp | 42 __int128_t a = ((__int128_t)INT64_MIN) * 10; in main() 51 all_in_64bit_range = all_in_64bit_range && (INT64_MIN <= n) && (n <= (INT64_MAX)); in main() 75 std::uniform_int_distribution<__int128_t> d(INT64_MIN, INT64_MAX); in main() 76 assert(d.min() == INT64_MIN && d.max() == INT64_MAX); in main() 79 assert((INT64_MIN <= n) && (n <= INT64_MAX)); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | DataTypes.h | 48 #undef INT64_MIN 73 #if !defined(INT64_MIN) 74 # define INT64_MIN ((-INT64_MAX)-1) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ppc/ |
| H A D | fixtfdi.c | 70 int64_t result = INT64_MIN; in __fixtfdi() 97 return INT64_MIN; in __fixtfdi()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.c.headers/ |
| H A D | stdint_h.std_types_t.compile.pass.cpp | 33 #ifndef INT64_MIN 34 #error INT64_MIN not defined
|
| H A D | stdint_h.xopen_source.compile.pass.cpp | 30 #ifndef INT64_MIN 31 #error INT64_MIN not defined
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | relocation-addend.yaml | 5 ## Case 1.1: Document we accept any hex/decimal addends in [INT64_MIN, UINT64_MAX]. 7 ## INT64_MIN == -9223372036854775808 34 ## Addend == INT64_MIN. 45 ## Addend == INT64_MIN - 1.
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdint.h | 462 # define INT64_MIN (-INT64_C( 9223372036854775807)-1) macro 476 # define __INT_LEAST64_MIN INT64_MIN 479 # define __INT_LEAST32_MIN INT64_MIN 482 # define __INT_LEAST16_MIN INT64_MIN 485 # define __INT_LEAST8_MIN INT64_MIN
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | raw_ostream_test.cpp | 89 EXPECT_EQ("-9223372036854775808", printToString(INT64_MIN)); in TEST() 123 EXPECT_EQ("-9223372036854775808", printToStringUnbuffered(INT64_MIN)); in TEST() 193 printToString(format_hex((INT64_MIN), 18), 18)); in TEST() 204 printToString(format_decimal(INT64_MIN, 21), 21)); in TEST()
|
| H A D | LEB128Test.cpp | 208 EXPECT_DECODE_SLEB128_EQ(INT64_MIN, in TEST() 383 EXPECT_EQ(10u, getSLEB128Size(INT64_MIN)); in TEST()
|
| H A D | NativeFormatTests.cpp | 118 format_number(INT64_MIN, IntegerStyle::Integer)); in TEST()
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | imm-comments.s | 14 # This line should not induce undefined behavior via negation of INT64_MIN.
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueSInt64.h | 85 int64_t m_min_value = INT64_MIN;
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | stdint.c | 1569 INT64_MIN_ INT64_MIN
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-enum.cpp | 31 I64A = INT64_MIN,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | lsr-overflow.ll | 5 ; try to compute -INT64_MIN.
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 373 #undef INT64_MIN 374 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator.h | 128 #define INT64_MIN (-INT64_MAX-1) macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 21 INT64_MIN
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_flags_test.cpp | 116 s64 IntMin = INT64_MIN; in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 255 offset_to_top_location, addr_byte_size, INT64_MIN, error); in GetDynamicTypeAndAddress() 257 if (offset_to_top == INT64_MIN) in GetDynamicTypeAndAddress()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | inttypes_h.pass.cpp | 28 #ifndef INT64_MIN 29 #error INT64_MIN not defined
|
| H A D | stdint_h.pass.cpp | 179 static_assert(INT64_MIN == -9223372036854775807LL - 1, "INT64_MIN == -9223372036854775808LL"); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 28 #ifndef INT64_MIN 29 #error INT64_MIN not defined
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 81 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 180 static_assert(INT64_MIN == -9223372036854775807LL - 1, "INT64_MIN == -9223372036854775808LL"); in main()
|