Home
last modified time | relevance | path

Searched defs:neg_one (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/test/src/stdfix/
H A DRoundTest.h23 static constexpr T neg_one = static_cast<T>(-1); variable
/llvm-project/llvm/test/MC/AMDGPU/
H A Dmcexpr_amd.s72 .set neg_one, -1 define
/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
H A Dbitfield-conversion.c586 int32_t neg_one = -1; in test_k_l() local
/llvm-project/polly/lib/External/isl/
H A Dpip.c342 int neg_one; in main() local
H A Disl_test_cpp-generic.cc168 isl::val neg_one(ctx, "-1"); in test_return_int() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp41 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 Dconstant-expression-cxx11.cpp2492 const NumberType neg_one = (NumberType) ((NumberType) 0 - (NumberType) 1); // ok, not a constant expression context testValueInRangeOfEnumerationValues() local