Home
last modified time | relevance | path

Searched refs:__invoke_if_not (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dutils.h55 __invoke_if_not(std::false_type, _Fp __f) in __invoke_if_not() function
61 void __invoke_if_not(std::true_type, _Fp) in __invoke_if_not() function
Dglue_memory_impl.h241 __pstl::__internal::__invoke_if_not(std::is_trivially_destructible<_ValueType>(), [&]() { in destroy()
283 __pstl::__internal::__invoke_if_not(std::is_trivial<_ValueType>(), [&]() { in uninitialized_default_construct()