Home
last modified time | relevance | path

Searched refs:LHSVal (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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/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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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-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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
33 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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
34 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); 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/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
107 if (LHSVal.isUnknownOrUndef()) in evalComparison()
110 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
111 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
112 LHSVal.castAs<Loc>()); in evalComparison()
113 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
118 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
107 if (LHSVal.isUnknownOrUndef()) in evalComparison()
110 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
111 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
112 LHSVal.castAs<Loc>()); in evalComparison()
113 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
118 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
107 if (LHSVal.isUnknownOrUndef()) in evalComparison()
110 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
111 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
112 LHSVal.castAs<Loc>()); in evalComparison()
113 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
118 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
107 if (LHSVal.isUnknownOrUndef()) in evalComparison()
110 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
111 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
112 LHSVal.castAs<Loc>()); in evalComparison()
113 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
118 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
103 if (LHSVal.isUnknownOrUndef()) in evalComparison()
106 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
107 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
108 LHSVal.castAs<Loc>()); in evalComparison()
109 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
114 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp105 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison() argument
107 if (LHSVal.isUnknownOrUndef()) in evalComparison()
110 if (!LHSVal.getAs<NonLoc>()) { in evalComparison()
111 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
112 LHSVal.castAs<Loc>()); in evalComparison()
113 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>()) in evalComparison()
118 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal, in evalComparison()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp102 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp,
104 if (LHSVal.isUnknownOrUndef())
107 if (!LHSVal.getAs<NonLoc>()) {
108 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(),
109 LHSVal.castAs<Loc>());
110 if (LHSVal.isUnknownOrUndef() || !LHSVal.getAs<NonLoc>())
115 SVal Eval = Bldr.evalBinOp(State, ComparisonOp, LHSVal, RHSVal,

12345678910>>...12