Searched defs:neg_one (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libc/test/src/stdfix/ |
H A D | RoundTest.h | 23 static constexpr T neg_one = static_cast<T>(-1); variable
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | mcexpr_amd.s | 72 .set neg_one, -1 define
|
/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/ |
H A D | bitfield-conversion.c | 586 int32_t neg_one = -1; in test_k_l() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | pip.c | 342 int neg_one; in main() local
|
H A D | isl_test_cpp-generic.cc | 168 isl::val neg_one(ctx, "-1"); in test_return_int() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 41 const APInt neg_one(64, static_cast<uint64_t>(-1), true); TEST() local 224 const APInt neg_one(1, static_cast<uint64_t>(-1), true); TEST() local 2742 const APInt neg_one(128, static_cast<uint64_t>(-1), true); TEST() local 2811 const APInt neg_one(128, static_cast<uint64_t>(-1), true); TEST() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 2492 const NumberType neg_one = (NumberType) ((NumberType) 0 - (NumberType) 1); // ok, not a constant expression context testValueInRangeOfEnumerationValues() local
|