Home
last modified time | relevance | path

Searched refs:RHSVal (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
H A Dequal_comp.pass.cpp31 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
33 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
34 const bool ExpectIsEqual = (LHSVal == RHSVal); in do_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
H A Dequal_comp.pass.cpp31 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
33 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
34 const bool ExpectIsEqual = (LHSVal == RHSVal); in do_test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp32 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
34 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
35 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
36 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
37 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
38 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
39 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
40 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
41 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
42 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/
H A Dless_comp.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
36 assert((LHS < RHS) == (LHSVal < RHSVal)); in do_test()
37 assert((RHS < LHS) == (RHSVal < LHSVal)); in do_test()
38 assert((LHS > RHS) == (LHSVal > RHSVal)); in do_test()
39 assert((RHS > LHS) == (RHSVal > LHSVal)); in do_test()
40 assert((LHS <= RHS) == (LHSVal <= RHSVal)); in do_test()
41 assert((RHS <= LHS) == (RHSVal <= LHSVal)); in do_test()
42 assert((LHS >= RHS) == (LHSVal >= RHSVal)); in do_test()
43 assert((RHS >= LHS) == (RHSVal >= LHSVal)); in do_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp32 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
34 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
36 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
42 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/
H A Dhash.pass.cpp33 void do_test(uintptr_t LHSVal, uintptr_t RHSVal) { in do_test() argument
35 const size_t ExpectRHS = std::hash<void*>{}(reinterpret_cast<void*>(RHSVal)); in do_test()
37 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
43 assert((h(LHS) == h(RHS)) == (LHSVal == RHSVal)); in do_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/ubsan/
H A Dubsan_handlers.cc139 Value RHSVal(Data->Type, RHS); in __ubsan_handle_divrem_overflow() local
140 if (RHSVal.isMinusOne()) in __ubsan_handle_divrem_overflow()
162 Value RHSVal(Data->RHSType, RHS); in __ubsan_handle_shift_out_of_bounds() local
163 if (RHSVal.isNegative()) in __ubsan_handle_shift_out_of_bounds()
164 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal; in __ubsan_handle_shift_out_of_bounds()
165 else if (RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in __ubsan_handle_shift_out_of_bounds()
168 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; in __ubsan_handle_shift_out_of_bounds()
174 << LHSVal << RHSVal << Data->LHSType; in __ubsan_handle_shift_out_of_bounds()

12345678910>>...13