| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ |
| H A D | compare.pass.cpp | 32 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 42 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test() 54 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test() 78 using FilterView = std::ranges::filter_view<minimal_view<Iterator, Sentinel>, AlwaysTrue>; in tests()
|
| H A D | arrow.pass.cpp | 81 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 90 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test() 111 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in tests() 126 using FilterView = std::ranges::filter_view<WithNonCopyableIterator, AlwaysTrue>; in tests()
|
| H A D | ctor.default.pass.cpp | 25 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test_default_constructible() 37 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test_not_default_constructible()
|
| H A D | ctor.parent_iter.pass.cpp | 25 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 32 FilterView filter_view(std::move(view), AlwaysTrue{}); in test()
|
| H A D | iter_move.pass.cpp | 28 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 38 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test()
|
| H A D | deref.pass.cpp | 28 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 37 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test()
|
| H A D | base.pass.cpp | 28 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 37 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test()
|
| H A D | types.compile.pass.cpp | 31 AlwaysTrue
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/ |
| H A D | base.pass.cpp | 26 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 35 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test()
|
| H A D | ctor.parent.pass.cpp | 26 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test() 35 FilterView view = make_filter_view(array.begin(), array.end(), AlwaysTrue{}); in test()
|
| H A D | ctor.default.pass.cpp | 23 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test()
|
| H A D | compare.pass.cpp | 31 std::ranges::filter_view view(std::move(v), AlwaysTrue{}); in test()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 220 if (::testing::internal::AlwaysTrue()) { \ 258 if (::testing::internal::AlwaysTrue()) { \ 260 } else if (!::testing::internal::AlwaysTrue()) { \
|
| H A D | gtest-internal.h | 818 GTEST_API_ bool AlwaysTrue(); 821 inline bool AlwaysFalse() { return !AlwaysTrue(); } in AlwaysFalse() 1262 if (::testing::internal::AlwaysTrue()) { statement; } 1292 if (::testing::internal::AlwaysTrue()) { \ 1306 if (::testing::internal::AlwaysTrue()) { \ 1337 if (::testing::internal::AlwaysTrue()) { \
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-spi.h | 219 if (::testing::internal::AlwaysTrue()) { statement; }\ 233 if (::testing::internal::AlwaysTrue()) { statement; }\
|
| H A D | gtest-death-test.h | 317 if (::testing::internal::AlwaysTrue()) { \
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy_if.pass.cpp | 39 struct AlwaysTrue { struct 47 class Pred = AlwaysTrue> argument 75 template < class R, class O = int*, class Pred = AlwaysTrue, class Proj = std::identity>
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/ |
| H A D | types.h | 29 struct AlwaysTrue { struct
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticBase.td | 50 I64EnumAttrCase<"AlwaysTrue", 15, "true">,
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1109 bool AlwaysTrue = true, AlwaysFalse = true; in checkIncorrectLogicOperator() local 1123 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 1126 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1136 if (AlwaysTrue || AlwaysFalse) { in checkIncorrectLogicOperator() 1139 BuildOpts.Observer->compareAlwaysTrue(B, AlwaysTrue); in checkIncorrectLogicOperator() 1140 return TryResult(AlwaysTrue); in checkIncorrectLogicOperator()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 944 while (::testing::internal::AlwaysTrue()) { in SplitString() 5708 bool AlwaysTrue() { in AlwaysTrue() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.cpp | 1422 case arith::CmpFPredicate::AlwaysTrue: in applyCmpPredicate()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10309 bool AlwaysTrue; in isFunctionAlwaysEnabled() local 10311 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled() 10313 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
|
| H A D | SemaExpr.cpp | 12049 AlwaysTrue, in diagnoseTautologicalComparison() enumerator 12074 Result = AlwaysTrue; in diagnoseTautologicalComparison() 12100 Result = AlwaysTrue; in diagnoseTautologicalComparison()
|