Home
last modified time | relevance | path

Searched defs:__init (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang/test/SemaSYCL/
H A Dspecial-class-attribute.cpp5 void __init(){} in __init() function in class1
8 void __init(){} in __init() function in class2
13 void __init(){} in __init() function in class3
18 void __init(){} in __init() function in class4
22 void __init(){} in __init() function
25 void __init(){} in __init() function
30 void __init(){} in __init() function in class5
38 void __init(){} in __init() function
52 void __init(int a){} in __init() function in class8
81 void class11::__init(){} in __init() function in class11
[all …]
H A Dspecial-class-attribute-on-non-sycl.cpp11 void __init(){} in __init() function in special_class
/llvm-project/pstl/include/pstl/internal/
H A Dnumeric_impl.h36 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
47 … _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __brick_transform_reduce()
61 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
72 … _RandomAccessIterator1 __last1, _RandomAccessIterator2 __first2, _Tp __init, in __pattern_transform_reduce()
101 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
109 __brick_transform_reduce(_RandomAccessIterator __first, _RandomAccessIterator __last, _Tp __init, in __brick_transform_reduce()
122 …orm_reduce(_Tag, _ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
133 _RandomAccessIterator __last, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_reduce()
160 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan()
167 __init = __binary_op(__init, __unary_op(*__first)); in __brick_transform_scan() local
[all …]
H A Dglue_numeric_impl.h30 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce()
39 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce()
60 _ForwardIterator2 __first2, _Tp __init) in transform_reduce()
74 …_ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary… in transform_reduce()
84 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in transform_reduce()
97 _ForwardIterator2 __result, _Tp __init) in exclusive_scan()
110 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan()
144 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan()
156 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan()
173 _Tp __init) in transform_inclusive_scan()
H A Dparallel_backend_serial.h80 _UnaryOp, _Tp __init, _BinaryOp, _Reduce __reduce) in __parallel_transform_reduce()
101 _Tp __init, _BinaryOp, _Reduce, _Scan __scan) in __parallel_transform_scan()
H A Dunseq_backend_simd.h451 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noe… in __simd_transform_reduce()
461 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()
518 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
553 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
576 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
593 …InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, in __simd_scan()
/llvm-project/libcxx/include/__numeric/
H A Dpstl.h45 _ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOperation __op) { in reduce() argument
62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() argument
98 _Tp __init, in transform_reduce() argument
128 _Tp __init) { in transform_reduce() argument
154 _Tp __init, in transform_reduce() argument
[all...]
H A Dtransform_reduce.h29 transform_reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b, _UnaryOp… in transform_reduce()
40 _Tp __init, in transform_reduce()
50 …m_reduce(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) { in transform_reduce()
H A Daccumulate.h27 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) { in accumulate()
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)… in accumulate()
H A Dexclusive_scan.h30 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init,… in exclusive_scan()
48 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init)… in exclusive_scan()
H A Dreduce.h30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { in reduce()
38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { in reduce()
H A Dinner_product.h27 …_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) { in inner_product()
42 _Tp __init, in inner_product()
H A Dtransform_inclusive_scan.h26 …_first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _UnaryOp __u, _Tp __init) { in transform_inclusive_scan()
39 typename iterator_traits<_InputIterator>::value_type __init = __u(*__first); in transform_inclusive_scan() local
H A Dinclusive_scan.h28 …nputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { in inclusive_scan()
40 typename iterator_traits<_InputIterator>::value_type __init = *__first; in inclusive_scan() local
H A Dtransform_exclusive_scan.h25 …_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b… in transform_exclusive_scan()
/llvm-project/lld/test/ELF/
H A Davr-thunk-ldi-gs.s24 .globl __init symbol
25 __init: label
/llvm-project/pstl/include/pstl/internal/omp/
H A Dparallel_transform_reduce.h32 …dy(_RandomAccessIterator __first, _RandomAccessIterator __last, _UnaryOp __unary_op, _Value __init, in __transform_reduce_body()
85 … _RandomAccessIterator __last, _UnaryOp __unary_op, _Value __init, _Combiner __combiner, in __parallel_transform_reduce()
H A Dparallel_transform_scan.h24 _Tp __init, _Cp /* __combine */, _Rp /* __brick_reduce */, _Sp __scan) in __parallel_transform_scan()
/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform_reduce.h47 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
[all...]
/llvm-project/libcxx/src/
H A Dvalarray.cpp21 void gslice::__init(size_t __start) { in __init() function in gslice
H A Dstrstream.cpp28 void strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) { in __init() function in strstreambuf
/llvm-project/compiler-rt/test/scudo/
H A Dpreinit.c17 void __init(void) { in __init() function
/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c50 used)) static void (*__init)(void) = __do_init; global() variable
/llvm-project/libcxx/include/__random/
H A Dseed_seq.h76 void seed_seq::__init(_InputIterator __first, _InputIterator __last) { __init() function
H A Ddiscrete_distribution.h141 void discrete_distribution<_IntType>::param_type::__init() { in __init() function

12