| /llvm-project/clang/test/CodeGen/aarch64-sve2p1-intrinsics/ |
| H A D | acle_sve2p1_ld1_single.c | |
| H A D | acle_sve2p1_st1_single.c | |
| /llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | is_partitioned.pass.cpp | 41 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local 50 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local 59 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local 68 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local 77 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local 86 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() local
|
| /llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy_if.pass.cpp | 102 constexpr void testRemoveCopyIfImpl(std::array<int, N1> in, std::array<int, N2> expected, Pred pred… in testRemoveCopyIfImpl() 134 auto pred = [](int i) { return i == 2; }; in testImpl() local 142 auto pred = [](int i) { return i == 3; }; in testImpl() local 150 auto pred = [](int) { return false; }; in testImpl() local 158 auto pred = [](int) { return true; }; in testImpl() local 166 auto pred = [](int i) { return i < 2; }; in testImpl() local 174 auto pred = [](int i) { return i > 3; }; in testImpl() local 182 auto pred = [](int i) { return i < 6; }; in testImpl() local 190 auto pred = [](int) { return false; }; in testImpl() local 198 auto pred = [](int i) { return i == 1; }; in testImpl() local [all …]
|
| H A D | remove_if.pass.cpp | 60 struct pred struct 80 Iter r = std::remove_if(Iter(ia), Iter(ia+sa), pred()); in test1() argument
|
| /llvm-project/third-party/unittest/googletest/include/gtest/ |
| H A D | gtest_pred_impl.h | 88 Pred pred, const T1& v1) { in AssertPred1Helper() 104 #define GTEST_PRED1_(pred, v1, on_failure) \ argument 110 #define EXPECT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) argument 113 #define ASSERT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) argument 119 const char* e2, Pred pred, const T1& v1, in AssertPred2Helper() 138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument 145 #define EXPECT_PRED2(pred, v1, v2) \ argument 149 #define ASSERT_PRED2(pred, v1, v2) \ argument 156 const char* e2, const char* e3, Pred pred, in AssertPred3Helper() 176 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure) \ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest_pred_impl.h | 89 Pred pred, in AssertPred1Helper() 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 133 Pred pred, in AssertPred2Helper() 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument 165 #define EXPECT_PRED2(pred, v1, v2) \ argument 169 #define ASSERT_PRED2(pred, v1, v2) \ argument 184 Pred pred, in AssertPred3Helper() 207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument [all …]
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/ |
| H A D | begin.pass.cpp | 57 auto pred = [](int) { return true; }; in general_tests() local 66 auto pred = [](int) { return true; }; in general_tests() local 77 auto pred = [](int i) { return i == 1; }; in general_tests() local 84 auto pred = [](int) { return false; }; in general_tests() local 96 auto pred = [](int i) { return i == 1; }; in general_tests() local 103 auto pred = [](int i) { return i == 2; }; in general_tests() local 110 auto pred = [](int) { return false; }; in general_tests() local 122 auto pred = [=](int i) { return i == k; }; in general_tests() local 129 auto pred = [](int) { return false; }; in general_tests() local 153 auto pred = [](int i) mutable { return i % 2 == 0; }; in general_tests() local [all …]
|
| H A D | end.pass.cpp | 49 auto pred = [](int) { return true; }; in test() local 58 auto pred = [](int) { return true; }; in test() local 67 auto pred = [](int) { return true; }; in test() local 77 auto pred = [](int) { return true; }; in test() local 88 auto pred = [=](int i) { return i == k; }; in test() local 99 auto pred = [](int i) { return i % 2 == 0; }; in test() local
|
| H A D | pred.pass.cpp | 30 Pred pred{42}; in test() local 42 Pred pred{42}; in test() local
|
| H A D | ctad.pass.cpp | 42 Pred pred; in test() local 50 Pred pred; in test() local
|
| H A D | ctor.view_pred.pass.cpp | 66 Pred pred; in test() local 80 Pred pred; in test() local 90 TrackingPred pred(&moved, &copied); in test() local
|
| /llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
| H A D | begin.pass.cpp | 52 auto pred = [](int, int) { return true; }; in test() local 61 auto pred = [](int, int) { return true; }; in test() local 71 auto pred = [](int x, int y) { return x == y; }; in test() local 81 auto pred = [](int x, int y) { return x == y; }; in test() local 93 auto pred = [](int x, int y) { return x != -y; }; in test() local 114 auto pred = [](int x, int y) mutable { return x != -y; }; in test() local 123 auto pred = [](int& x, int& y) { return x != -y; }; in test() local 134 auto pred = [&](int x, int y) { in test() local
|
| H A D | ctad.pass.cpp | 46 Pred pred; in test() local 52 Pred pred; in test() local 57 Pred pred; in test() local
|
| H A D | end.pass.cpp | 58 auto pred = [](int, int) { return true; }; in test() local 68 auto pred = [](int x, int y) { return x <= y; }; in test() local 77 auto pred = [](int& x, int& y) { return x <= y; }; in test() local 87 auto pred = [](int const& x, int const& y) { return x <= y; }; in test() local 97 auto pred = [](const int x, const int y) { return x < y; }; in test() local
|
| H A D | pred.pass.cpp | 32 Pred pred{42}; in test() local 43 Pred pred{42}; in test() local
|
| H A D | ctor.view_pred.pass.cpp | 65 Pred pred; in test() local 85 Pred pred; in test() local 95 TrackingPred pred(&moved, &copied); in test() local
|
| /llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | minmax_init_list_comp.pass.cpp | 30 binary_counting_predicate<bool(*)(int, int), int, int> pred (all_equal); in test_all_equal() local 48 binary_counting_predicate<std::greater<int>, int, int> pred ((std::greater<int>())); in main() local
|
| /llvm-project/flang/runtime/ |
| H A D | terminator.h | 103 #define RUNTIME_CHECK(terminator, pred) \ argument 109 #define INTERNAL_CHECK(pred) \ argument
|
| /llvm-project/clang/test/Analysis/ |
| H A D | unix-fns.c | 106 dispatch_once_t pred = 0; in test_dispatch_once() local 110 static dispatch_once_t pred = 0; in test_dispatch_once_neg() local 117 pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once() local 121 static pthread_once_t pred = {0x30B1BCBA, {0}}; in test_pthread_once_neg() local 218 dispatch_once_t pred = 0; in test_dispatch_once_in_macro() local 234 static dispatch_once_t pred; in test_inline_dispatch_once() local 243 static dispatch_once_t pred; in test_inline_dispatch_once_reachable() local
|
| /llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/ |
| H A D | ranges.adjacent_find.pass.cpp | 108 auto pred = [&](int, int) { ++predicateCount; return false; }; in test() local 119 auto pred = [&](int, int) { ++predicateCount; return false; }; in test() local 133 auto pred = [&](int i, int j) { ++predicateCount; return i == j; }; in test() local 144 auto pred = [&](int i, int j) { ++predicateCount; return i == j; }; in test() local
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_sugar.c | 143 dt_node_t *pred, int condid, int newcond) in dt_sugar_new_condition_impl() 180 dt_sugar_new_condition(dt_sugar_parse_t *dp, dt_node_t *pred, int condid) in dt_sugar_new_condition() 344 dt_node_t *pred = in dt_sugar_do_if() local 364 dt_node_t *pred = NULL; in dt_sugar_new_basic_block() local
|
| /llvm-project/libcxx/test/std/algorithms/ |
| H A D | ranges_robust_against_nonbool.compile.pass.cpp | 33 auto in_pred = [&](auto func, auto pred) { in f() argument 41 auto in_in_pred = [&](auto func, auto pred) { in f() argument [all...] |
| /llvm-project/clang/test/CodeGen/ |
| H A D | attr-arm-sve-vector-bits-codegen.c | 46 fixed_int32_t foo(svbool_t pred, svint32_t vec) { in foo() argument 145 fixed_int32_t test_cast(svbool_t pred, svint32_t vec) { in test_cast() argument
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| H A D | erase_fn_imps.hpp | 103 erase_if(Pred pred) in erase_if() 187 partition(Pred pred) in partition()
|