Home
last modified time | relevance | path

Searched refs:__found (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_impl.h72 std::atomic<bool> __found(false); in __parallel_or()
74 [__f, &__found](_Index __i, _Index __j) in __parallel_or()
76 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()
78 __found.store(true, std::memory_order_relaxed); in __parallel_or()
82 return __found; in __parallel_or()
H A Dunseq_backend_simd.h125 _DifferenceType __found = 0; in __simd_first()
133 __found |= __t; in __simd_first()
135 if (__found) in __simd_first()
184 _DifferenceType __found = 0; in __simd_first()
188 : __found) for (__i = 0; __i < __block_size; ++__i) in __simd_first()
192 __found |= __t; in __simd_first()
194 if (__found) in __simd_first()
407 _DifferenceType __found = 0; in __simd_adjacent_find() local
415 __found |= __t; in __simd_adjacent_find()
420 __lane[__i] = __found = 1; in __simd_adjacent_find()
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Dregex2449 bool __found = false;
2478 __found = true;
2512 __found = true;
2518 __found = true;
2535 __found = true;
2540 // of "__found" chars is
2554 __found = true;
2567 __found = true;
2579 __found = true;
2586 __found = true;
[all …]
H A D__hash_table1882 for (bool __found = false; __pn->__next_ != nullptr &&
1886 // __found key_eq() action
1889 // false true set __found to true
1891 if (__found != (__pn->__next_->__hash() == __cp_hash &&
1894 if (!__found)
1895 __found = true;