Home
last modified time | relevance | path

Searched refs:INT64_MIN (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.int/
H A Dint128.pass.cpp42 __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 DDataTypes.h48 #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 Dfixtfdi.c70 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 Dstdint_h.std_types_t.compile.pass.cpp33 #ifndef INT64_MIN
34 #error INT64_MIN not defined
H A Dstdint_h.xopen_source.compile.pass.cpp30 #ifndef INT64_MIN
31 #error INT64_MIN not defined
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Drelocation-addend.yaml5 ## 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 Dstdint.h462 # 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 Draw_ostream_test.cpp89 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 DLEB128Test.cpp208 EXPECT_DECODE_SLEB128_EQ(INT64_MIN, in TEST()
383 EXPECT_EQ(10u, getSLEB128Size(INT64_MIN)); in TEST()
H A DNativeFormatTests.cpp118 format_number(INT64_MIN, IntegerStyle::Integer)); in TEST()
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dimm-comments.s14 # This line should not induce undefined behavior via negation of INT64_MIN.
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h85 int64_t m_min_value = INT64_MIN;
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dstdint.c1569 INT64_MIN_ INT64_MIN
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-enum.cpp31 I64A = INT64_MIN,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlsr-overflow.ll5 ; try to compute -INT64_MIN.
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h373 #undef INT64_MIN
374 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h128 #define INT64_MIN (-INT64_MAX-1) macro
/llvm-project-15.0.7/libcxx/include/
H A Dcstdint21 INT64_MIN
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp116 s64 IntMin = INT64_MIN; in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp255 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 Dinttypes_h.pass.cpp28 #ifndef INT64_MIN
29 #error INT64_MIN not defined
H A Dstdint_h.pass.cpp179 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 Dcinttypes.pass.cpp28 #ifndef INT64_MIN
29 #error INT64_MIN not defined
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp81 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal()
/llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp180 static_assert(INT64_MIN == -9223372036854775807LL - 1, "INT64_MIN == -9223372036854775808LL"); in main()

12