Home
last modified time | relevance | path

Searched defs:__op (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Headers/
H A D__clang_cuda_texture_intrinsics.h21 #define __nv_tex_surf_handler(__op, __ptr, ...) \ argument
140 #define __ID(__op) __Tag<__tex_op_hash(__op)> argument
143 #define __IDV(__op, __variant) \ argument
/llvm-project/libcxx/include/__functional/
H A Dbinder2nd.h46 bind2nd(const _Operation& __op, const _Tp& __x) { in bind2nd()
H A Dbinder1st.h46 bind1st(const _Operation& __op, const _Tp& __x) { in bind1st()
/llvm-project/libcxx/include/__algorithm/
H A Dtransform.h22 …rm(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) { in transform()
H A Dpstl.h614 _UnaryOperation __op) { in transform() argument
641 _BinaryOperation __op) { in transform() argument
/llvm-project/pstl/include/pstl/internal/
H A Dnumeric_impl.h320 _BinaryOperation __op, /*is_vector*/ std::false_type) noexcept in __brick_adjacent_difference()
328 _RandomAccessIterator2 __d_first, BinaryOperation __op, in __brick_adjacent_difference()
346 _OutputIterator __d_first, _BinaryOperation __op) noexcept in __pattern_adjacent_difference()
356 _RandomAccessIterator2 __d_first, _BinaryOperation __op) in __pattern_adjacent_difference()
H A Dglue_numeric_impl.h206 _ForwardIterator2 __d_first, _BinaryOperation __op) in adjacent_difference()
H A Dglue_algorithm_impl.h305 _UnaryOperation __op) in transform()
321 _ForwardIterator __result, _BinaryOperation __op) in transform()
/llvm-project/libcxx/include/__numeric/
H A Dpstl.h45 _ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOperation __op) { in reduce() argument