Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/llvm-project/libcxx/test/libcxx/utilities/format/format.functions/
H A Descaped_output.ascii.pass.cpp42 std::basic_string<CharT> out = std::format(fmt, std::forward<Args>(args)...); global() variable
49 std::basic_string<CharT> out = std::format(std::locale(), fmt, std::forward<Args>(args)...); global() variable
59 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
66 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
73 std::list<CharT> out; global() variable
78 std::vector<CharT> out; global() variable
84 CharT out[4096]; global() variable
112 std::basic_string<CharT> out(n, CharT(' ')); global() variable
121 std::basic_string<CharT> out(n, CharT(' ')); global() variable
131 std::basic_string<CharT> out; global() variable
139 std::basic_string<CharT> out(n, CharT(' ')); global() variable
[all...]
/llvm-project/clang/test/Sema/
H A Dattr-osobject.cpp50 void write_into_out_parameter(__attribute__((os_returns_retained)) S** out) {} in write_into_out_parameter()
52 bool write_into_out_parameter_on_nonzero(__attribute__((os_returns_retained_on_non_zero)) S** out) … in write_into_out_parameter_on_nonzero()
54 …eter_on_nonzero_invalid(__attribute__((os_returns_retained_on_non_zero)) S* out) {} // expected-wa… in write_into_out_parameter_on_nonzero_invalid()
56 bool write_into_out_parameter_on_zero(__attribute__((os_returns_retained_on_zero)) S** out) {} in write_into_out_parameter_on_zero()
58 bool write_into_out_parameter_on_zero_invalid(__attribute__((os_returns_retained_on_zero)) S* out) … in write_into_out_parameter_on_zero_invalid()
60 void write_into_out_parameter_ref(__attribute__((os_returns_retained)) S*& out) {} in write_into_out_parameter_ref()
64 void write_into_out_parameter_typedef(__attribute__((os_returns_retained)) SPtr* out) {} in write_into_out_parameter_typedef()
66 void write_into_out_parameter_invalid(__attribute__((os_returns_retained)) S* out) {} // expected-w… in write_into_out_parameter_invalid()
68 void write_into_out_parameter_not_retained(__attribute__((os_returns_not_retained)) S **out) {} in write_into_out_parameter_not_retained()
70 …_parameter_not_retained(__attribute__((os_returns_not_retained)) S volatile * const * const out) {} in write_into_out_parameter_not_retained()
[all …]
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Descaped_output.unicode.pass.cpp45 std::basic_string<CharT> out = std::format(fmt, std::forward<Args>(args)...); global() variable
52 std::basic_string<CharT> out = std::format(std::locale(), fmt, std::forward<Args>(args)...); global() variable
62 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
69 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
76 std::list<CharT> out; global() variable
81 std::vector<CharT> out; global() variable
87 CharT out[4096]; global() variable
115 std::basic_string<CharT> out(n, CharT(' ')); global() variable
124 std::basic_string<CharT> out(n, CharT(' ')); global() variable
134 std::basic_string<CharT> out; global() variable
142 std::basic_string<CharT> out(n, CharT(' ')); global() variable
[all...]
H A Dvformat_to.pass.cpp35 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
41 std::list<CharT> out; global() variable
46 std::vector<CharT> out; global() variable
52 CharT out[4096]; global() variable
74 std::basic_string<CharT> out; __anon350304bd0202() local
[all...]
H A Dvformat_to.locale.pass.cpp37 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
43 std::list<CharT> out; global() variable
48 std::vector<CharT> out; global() variable
54 CharT out[4096]; global() variable
74 std::basic_string<CharT> out; __anon5cab0f9b0202() local
[all...]
H A Dformat_to.locale.pass.cpp40 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
46 std::list<CharT> out; global() variable
51 std::vector<CharT> out; global() variable
57 CharT out[4096]; global() variable
[all...]
H A Dformat_to.pass.cpp37 std::basic_string<CharT> out(expected.size(), CharT(' ')); global() variable
43 std::list<CharT> out; global() variable
48 std::vector<CharT> out; global() variable
54 CharT out[4096]; global() variable
[all...]
/llvm-project/flang/test/Lower/Intrinsics/
H A Dieee_logb.f904 subroutine out(x) subroutine
8 …! CHECK: %[[V_60:[0-9]+]] = fir.alloca !fir.logical<4> {bindc_name = "l", uniq_name = "_QFoutE… argument
13 real(k) :: x, r local
14 logical :: L local
74 call out(ieee_value(x, ieee_signaling_nan)) argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dlambda-reference-var.cu25 __device__ void dev_capture_dev_ref_by_copy(int *out) { in dev_capture_dev_ref_by_copy() argument
32 __device__ void dev_capture_dev_rval_by_copy(int *out) { in dev_capture_dev_rval_by_copy() argument
45 __device__ void dev_capture_dev_ref_by_ref(int *out) { in dev_capture_dev_ref_by_ref() argument
56 __device__ void dev_ref(int *out) { in dev_ref() argument
68 __device__ void dev_lambda_ref(int *out) { in dev_lambda_ref() argument
79 host_capture_host_ref_by_copy(int * out) host_capture_host_ref_by_copy() argument
92 host_capture_host_ref_by_ref(int * out) host_capture_host_ref_by_ref() argument
103 host_ref(int * out) host_ref() argument
115 host_lambda_ref(int * out) host_lambda_ref() argument
131 dev_capture_host_ref_by_copy(int * out) dev_capture_host_ref_by_copy() argument
[all...]
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Dranges_uninitialized_move.pass.cpp50 Buffer<Counted, 1> out; in main() local
102 Buffer<Counted, N> out; main() local
124 Buffer<Counted, N> out; main() local
148 Buffer<Counted, 5> out; main() local
171 Buffer<Counted, 5> out; main() local
194 Buffer<Counted, 5> out; main() local
220 int out[N] = {6, 7, 8, 9, 10}; main() local
237 Buffer<Counted, 5> out; main() local
263 Buffer<Counted, 5> out; main() local
289 Buffer<Counted, N> out; main() local
305 Buffer<Counted, N> out; main() local
322 Buffer<double, N> out; main() local
332 Buffer<double, N> out; main() local
343 Buffer<Counted, M> out; main() local
362 Buffer<Counted, M> out; main() local
381 Buffer<int, N> out; main() local
412 Buffer<int, N> out; main() local
418 Buffer<int, N> out; main() local
427 Buffer<MoveOnly, 4> out; main() local
433 Buffer<MoveOnly, 4> out; main() local
[all...]
H A Dranges_uninitialized_move_n.pass.cpp47 Buffer<Counted, 1> out; in main() local
63 Buffer<Counted, N> out; in main() local
88 Buffer<Counted, 5> out; main() local
112 Buffer<Counted, N> out; main() local
128 Buffer<double, N> out; main() local
139 Buffer<Counted, M> out; main() local
157 Buffer<int, N> out; main() local
181 Buffer<int, N> out; main() local
189 Buffer<MoveOnly, 4> out; main() local
[all...]
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c12 static void test_rint(uint32 *in, uint32 *out, in test_rint()
65 char *test_ceil(uint32 *in, uint32 *out) { in test_ceil()
70 char *test_floor(uint32 *in, uint32 *out) { in test_floor()
75 static void test_rintf(uint32 *in, uint32 *out, in test_rintf()
121 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf()
126 char *test_floorf(uint32 *in, uint32 *out) { in test_floorf()
131 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod()
205 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf()
272 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp()
350 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf()
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone.cpp3 void test_basic1(int in, int &out) { in test_basic1()
14 void test_basic2(int in, int &out) { in test_basic2()
27 void test_basic3(int in, int &out) { in test_basic3()
39 void test_basic4(int in, int &out) { in test_basic4()
48 void test_basic5(int in, int &out) { in test_basic5()
58 void test_basic6(int in, int &out) { in test_basic6()
67 void test_basic7(int in, int &out) { in test_basic7()
78 void test_basic8(int in, int &out) { in test_basic8()
93 void test_basic9(int in, int &out) { in test_basic9()
111 void test_basic10(int in, int &out) { in test_basic10()
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dpstl.replace_copy.pass.cpp34 std::array<int, a.size()> out; in operator ()() local
46 std::array<int, a.size()> out; in operator ()() local
53 std::array<int, a.size()> out; in operator ()() local
60 std::array<int, a.size()> out; in operator ()() local
67 std::array<int, a.size()> out; in operator ()() local
74 std::vector<int> out(a.size()); in operator ()() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Dranges_uninitialized_copy.pass.cpp49 Buffer<Counted, 1> out; in main() local
101 Buffer<Counted, N> out; main() local
124 Buffer<Counted, N> out; main() local
148 Buffer<Counted, 5> out; main() local
171 Buffer<Counted, 5> out; main() local
194 Buffer<Counted, 5> out; main() local
220 int out[N] = {6, 7, 8, 9, 10}; main() local
238 Counted out[N] = {Counted(6), Counted(7), Counted(8), Counted(9), Counted(10)}; main() local
262 Counted out[N] = {Counted(6), Counted(7), Counted(8), Counted(9), Counted(10)}; main() local
285 Buffer<Counted, N> out; main() local
301 Buffer<Counted, N> out; main() local
318 Buffer<double, N> out; main() local
328 Buffer<double, N> out; main() local
339 Buffer<Counted, M> out; main() local
358 Buffer<Counted, M> out; main() local
389 Buffer<int, N> out; main() local
395 Buffer<int, N> out; main() local
[all...]
/llvm-project/libcxx/test/std/re/re.results/re.results.form/
H A Dform1.pass.cpp31 char out[100] = {0}; in main() local
44 char out[100] = {0}; in main() local
56 char out[100] = {0}; in main() local
68 char out[100] = {0}; in main() local
81 char out[100] = {0}; in main() local
95 char out[100] = {0}; in main() local
108 char out[100] = {0}; in main() local
123 wchar_t out[100] = {0}; in main() local
135 wchar_t out[100] = {0}; in main() local
148 wchar_t out[100] = {0}; in main() local
H A Dform4.pass.cpp29 std::string out = m.format(fmt); in main() local
38 std::string out = m.format(fmt, std::regex_constants::format_sed); in main() local
47 std::string out = m.format(fmt, std::regex_constants::format_sed); in main() local
58 std::wstring out = m.format(fmt); in main() local
67 std::wstring out = m.format(fmt, std::regex_constants::format_sed); in main() local
76 std::wstring out = m.format(fmt, std::regex_constants::format_sed); in main() local
H A Dform3.pass.cpp33 nstr out = m.format(fmt); in main() local
42 nstr out = m.format(fmt, std::regex_constants::format_sed); in main() local
51 nstr out = m.format(fmt, std::regex_constants::format_sed); in main() local
63 wstr out = m.format(fmt); in main() local
72 wstr out = m.format(fmt, std::regex_constants::format_sed); in main() local
81 wstr out = m.format(fmt, std::regex_constants::format_sed); in main() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp64 std::array<int, 4> out; in test_iterators() local
73 std::array<int, 4> out; in test_iterators() local
85 std::array<int, 0> out; in test_iterators() local
92 std::array<int, 0> out; in test_iterators() local
121 std::array<int, 4> out; in test() local
130 std::array<int, 4> out; in test() local
151 std::array<CopyOnce, 4> out{}; in test() local
159 std::array<CopyOnce, 4> out{}; in test() local
181 std::array<OnlyForwardsCopyable, 3> out{}; in test() local
194 std::array<OnlyForwardsCopyable, 3> out{}; in test() local
/llvm-project/mlir/test/python/integration/dialects/linalg/
H A Dopsrun.py221 elemwise_exp_add_on_buffers(lhs, rhs, out) global() argument
230 elemwise_log_mul_on_buffers(lhs, rhs, out) global() argument
264 elemwise_exp_add_on_buffers(lhs, rhs, out) global() argument
273 elemwise_log_mul_on_buffers(lhs, rhs, out) global() argument
311 matmul_signed_on_buffers(lhs, rhs, out) global() argument
319 matmul_unsigned_on_buffers(lhs, rhs, out) global() argument
352 matmul_signed_on_buffers(lhs, rhs, out) global() argument
360 matmul_unsigned_on_buffers(lhs, rhs, out) global() argument
391 fill_0d_on_buffers(value, out) global() argument
395 fill_1d_on_buffers(value, out) global() argument
399 fill_2d_on_buffers(value, out) global() argument
426 fill_0d_on_buffers(value, out) global() argument
430 fill_1d_on_buffers(value, out) global() argument
434 fill_2d_on_buffers(value, out) global() argument
461 fill_rng_on_buffers(min, max, seed, out) global() argument
488 fill_rng_on_buffers(min, max, seed, out) global() argument
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp187 std::array<int, N2> out; in testUniqueCopyImpl() local
197 std::array<int, N2> out; in testUniqueCopyImpl() local
277 AssignableFromMoveOnly out[3] = {}; in test() local
285 AssignableFromMoveOnly out[3] = {}; in test() local
303 CopyAssignableNotCopyConstructible out[3]; in test() local
311 CopyAssignableNotCopyConstructible out[3]; in test() local
330 int out[2]; in test() local
338 int out[2]; in test() local
359 std::array<Data, 2> out; in test() local
368 std::array<Data, 2> out; in test() local
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_merge.pass.cpp112 std::array<int, N1 + N2> out; in testMergeImpl() local
128 std::array<int, N1 + N2> out; in testMergeImpl() local
210 std::array<int, 7> out; in testImpl() local
262 std::array<TracedCopy, 6> out; in test() local
275 std::array<TracedCopy, 6> out; in test() local
302 std::array<IntAndID, 6> out; in test() local
312 std::array<IntAndID, 6> out; in test() local
328 std::array<IntAndID, 6> out; in test() local
338 std::array<IntAndID, 6> out; in test() local
362 std::array<Data, 5> out; in test() local
[all …]
H A Dpstl.merge.pass.cpp46 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
55 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
66 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
79 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
92 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
117 std::vector<int> out(std::size(a) + std::size(b)); operator ()() local
132 std::array<int, std::size(a) + std::size(b)> out; operator ()() local
[all...]
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_trivial.pass.cpp143 auto out = OutIter(output); in test_one() local
165 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
168 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
171 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument
174 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
177 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
183 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
186 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
189 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument
192 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move()
[all …]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dranges_set_difference.pass.cpp113 std::array<int, N3> out; in testSetDifferenceImpl() local
128 std::array<int, N3> out; in testSetDifferenceImpl() local
218 std::array<int, 2> out; in testImpl() local
270 std::array<TracedCopy, 3> out; in test() local
282 std::array<TracedCopy, 3> out; in test() local
308 std::array<IntAndOrder, 2> out; in test() local
318 std::array<IntAndOrder, 2> out; in test() local
341 std::array<Data, 2> out; in test() local
355 std::array<Data, 2> out; in test() local
367 std::array<Data, 2> out; in test() local
[all …]

12345678910>>...18