Searched defs:__op (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_texture_intrinsics.h | 21 #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 D | binder2nd.h | 46 bind2nd(const _Operation& __op, const _Tp& __x) { in bind2nd()
|
H A D | binder1st.h | 46 bind1st(const _Operation& __op, const _Tp& __x) { in bind1st()
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | transform.h | 22 …rm(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __op) { in transform()
|
H A D | pstl.h | 614 _UnaryOperation __op) { in transform() argument 641 _BinaryOperation __op) { in transform() argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | numeric_impl.h | 320 _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 D | glue_numeric_impl.h | 206 _ForwardIterator2 __d_first, _BinaryOperation __op) in adjacent_difference()
|
H A D | glue_algorithm_impl.h | 305 _UnaryOperation __op) in transform() 321 _ForwardIterator __result, _BinaryOperation __op) in transform()
|
/llvm-project/libcxx/include/__numeric/ |
H A D | pstl.h | 45 _ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOperation __op) { in reduce() argument
|