| /llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.c.headers/ |
| H A D | stdint_h.std_types_t.compile.pass.cpp | 25 #ifndef INT16_MIN 26 #error INT16_MIN not defined
|
| H A D | stdint_h.xopen_source.compile.pass.cpp | 22 #ifndef INT16_MIN 23 #error INT16_MIN not defined
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | stdint.c | 1549 INT16_MIN_ INT16_MIN
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | every-enum.cpp | 19 I16A = INT16_MIN,
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdint.h | 700 #define INT16_MIN (-INT16_C(32767)-1) macro 703 # define __INT_LEAST16_MIN INT16_MIN 706 # define __INT_LEAST8_MIN INT16_MIN
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 92 if (ByteOff > INT16_MAX * 8 || ByteOff < INT16_MIN * 8) in applyFixup()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdint | 19 INT16_MIN
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 358 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 361 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F() 462 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 469 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F() 732 ConstantRange(APInt(16, INT16_MIN + 1), APInt(16, INT16_MIN))); in TEST_F() 735 ConstantRange(APInt(16, INT16_MIN + 1), APInt(16, INT16_MIN))); in TEST_F() 738 ConstantRange(APInt(16, INT16_MIN), APInt(16, INT16_MAX))); in TEST_F() 1061 APInt(16, (uint64_t)INT16_MIN))); in TEST_F() 1103 EXPECT_EQ(Full.smin(Some), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() 1111 EXPECT_EQ(Some.smin(Wrap), ConstantRange(APInt(16, (uint64_t)INT16_MIN), in TEST_F() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | inttypes_h.pass.cpp | 20 #ifndef INT16_MIN 21 #error INT16_MIN not defined
|
| H A D | stdint_h.pass.cpp | 177 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768"); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cinttypes.pass.cpp | 20 #ifndef INT16_MIN 21 #error INT16_MIN not defined
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 44 if (i >= INT16_MIN) { in write()
|
| /llvm-project-15.0.7/llvm/unittests/BinaryFormat/ |
| H A D | MsgPackWriterTest.cpp | 167 int64_t i = INT16_MIN; in TEST_F() 173 int64_t i = static_cast<int64_t>(INT16_MIN) - 1; in TEST_F()
|
| H A D | MsgPackReaderTest.cpp | 146 EXPECT_EQ(Obj.Int, INT16_MIN); in TEST_F()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
| H A D | cstdint.pass.cpp | 178 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768"); in main()
|
| /llvm-project-15.0.7/libc/test/src/__support/ |
| H A D | integer_to_string_test.cpp | 78 integer_to_string(int16_t(INT16_MIN)).str().equals(StringView("-32768"))); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 1315 EXPECT_EQ(EvalTripCount(INT16_MIN, 0, 1, true, false), 0x8000); in TEST_F() 1316 EXPECT_EQ(EvalTripCount(INT16_MIN, 0, 1, true, true), 0x8001); in TEST_F() 1317 EXPECT_EQ(EvalTripCount(INT16_MIN, 0x7FFF, 1, true, false), 0xFFFF); in TEST_F() 1318 EXPECT_EQ(EvalTripCount(INT16_MIN + 1, 0x7FFF, 1, true, true), 0xFFFF); in TEST_F() 1319 EXPECT_EQ(EvalTripCount(INT16_MIN, 0, 0x7FFF, true, false), 2); in TEST_F() 1321 EXPECT_EQ(EvalTripCount(0, INT16_MIN, -1, true, false), 0x8000); in TEST_F() 1322 EXPECT_EQ(EvalTripCount(0, INT16_MIN, -16, true, false), 0x800); in TEST_F() 1323 EXPECT_EQ(EvalTripCount(0x7FFF, INT16_MIN, -1, true, false), 0xFFFF); in TEST_F() 1324 EXPECT_EQ(EvalTripCount(0x7FFF, 1, INT16_MIN, true, false), 1); in TEST_F() 1325 EXPECT_EQ(EvalTripCount(0x7FFF, -1, INT16_MIN, true, true), 2); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 280 assert((int64_t)Value <= INT16_MAX && (int64_t)Value >= INT16_MIN); in resolveX86_64Relocation() 429 assert(static_cast<int64_t>(Result) >= INT16_MIN && Result < UINT16_MAX); in resolveAArch64Relocation() 451 assert(static_cast<int64_t>(Result) >= INT16_MIN && in resolveAArch64Relocation()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 1006 if ((N > INT16_MAX) || (N < INT16_MIN)) in input()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 327 …{INT16_MIN, {{"skip0", "skip1", "-1000000000000000", "-1122221122", "-20000000", "-2022033", "-411…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | optimize-compare.mir | 571 ; CMP+SETCC %0 == INT16_MIN
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 91 SYMBOL(INT16_MIN, None, <stdint.h>)
|