Home
last modified time | relevance | path

Searched refs:AlwaysTrue (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/
H A Dcompare.pass.cpp32 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 Darrow.pass.cpp81 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 Dctor.default.pass.cpp25 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 Dctor.parent_iter.pass.cpp25 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test()
32 FilterView filter_view(std::move(view), AlwaysTrue{}); in test()
H A Diter_move.pass.cpp28 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 Dderef.pass.cpp28 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 Dbase.pass.cpp28 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 Dtypes.compile.pass.cpp31 AlwaysTrue
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/
H A Dbase.pass.cpp26 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 Dctor.parent.pass.cpp26 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 Dctor.default.pass.cpp23 using FilterView = std::ranges::filter_view<View, AlwaysTrue>; in test()
H A Dcompare.pass.cpp31 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 Dgtest-death-test-internal.h220 if (::testing::internal::AlwaysTrue()) { \
258 if (::testing::internal::AlwaysTrue()) { \
260 } else if (!::testing::internal::AlwaysTrue()) { \
H A Dgtest-internal.h818 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 Dgtest-spi.h219 if (::testing::internal::AlwaysTrue()) { statement; }\
233 if (::testing::internal::AlwaysTrue()) { statement; }\
H A Dgtest-death-test.h317 if (::testing::internal::AlwaysTrue()) { \
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dranges_remove_copy_if.pass.cpp39 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 Dtypes.h29 struct AlwaysTrue { struct
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmeticBase.td50 I64EnumAttrCase<"AlwaysTrue", 15, "true">,
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp1109 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 Dgtest.cc944 while (::testing::internal::AlwaysTrue()) { in SplitString()
5708 bool AlwaysTrue() { in AlwaysTrue() function
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1422 case arith::CmpFPredicate::AlwaysTrue: in applyCmpPredicate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp10309 bool AlwaysTrue; in isFunctionAlwaysEnabled() local
10311 !EnableIf->getCond()->EvaluateAsBooleanCondition(AlwaysTrue, Ctx)) in isFunctionAlwaysEnabled()
10313 if (!AlwaysTrue) in isFunctionAlwaysEnabled()
H A DSemaExpr.cpp12049 AlwaysTrue, in diagnoseTautologicalComparison() enumerator
12074 Result = AlwaysTrue; in diagnoseTautologicalComparison()
12100 Result = AlwaysTrue; in diagnoseTautologicalComparison()