Home
last modified time | relevance | path

Searched refs:__handle_exception (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl.h46 return __pstl::__handle_exception<_Implementation>( in any_of()
59 return __pstl::__handle_exception<_Implementation>( in all_of()
72 return __pstl::__handle_exception<_Implementation>( in none_of()
90 return __pstl::__handle_exception<_Implementation>( in copy()
109 return __pstl::__handle_exception<_Implementation>( in copy_n()
123 return __pstl::__handle_exception<_Implementation>( in count_if()
137 return __pstl::__handle_exception<_Implementation>( in count()
156 return __pstl::__handle_exception<_Implementation>( in equal()
174 return __pstl::__handle_exception<_Implementation>( in equal()
198 return __pstl::__handle_exception<_Implementation>( in equal()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dpstl.h48 return __pstl::__handle_exception<_Implementation>( in reduce()
65 return __pstl::__handle_exception<_Implementation>( in reduce()
77 return __pstl::__handle_exception<_Implementation>( in reduce()
105 return __pstl::__handle_exception<_Implementation>( in transform_reduce()
133 return __pstl::__handle_exception<_Implementation>( in transform_reduce()
159 return __pstl::__handle_exception<_Implementation>( in transform_reduce()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dhandle_exception.h44 _LIBCPP_HIDE_FROM_ABI auto __handle_exception(_Args&&... __args) { in __handle_exception() function