Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 3576) sorted by relevance

12345678910>>...144

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone.cpp6 out++; in test_basic1()
9 out++; in test_basic1()
11 out++; in test_basic1()
17 out++; in test_basic2()
21 out++; in test_basic2()
24 out++; in test_basic2()
30 out++; in test_basic3()
34 out++; in test_basic3()
36 out++; in test_basic3()
63 out++, out++; in test_basic6()
[all …]
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Ddevice-use-host-var.cu71 *out = ref_dev_var; in dev_fun()
73 *out = ref_shared_var; in dev_fun()
91 *out = ref_host_var; in dev_fun()
93 *out = ref_const_var; in dev_fun()
120 *out = static_var; in dev_fun()
144 *out = ref_host_var; in global_fun()
145 *out = ref_dev_var; in global_fun()
168 *out = ref_dev_var; in host_dev_fun()
191 *out = ref_dev_var; in inline_host_dev_fun()
216 *out = ref_dev_var; in dev_lambda_capture_by_ref()
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c23 out[0] = in[0]; in test_rint()
34 out[1] = 0; in test_rint()
61 out[0] = xh; in test_rint()
62 out[1] = xl; in test_rint()
86 *out = *in; in test_rintf()
118 *out = x; in test_rintf()
141 out[1] = 1; in test_fmod()
152 out[1] = 1; in test_fmod()
157 out[1] = 1; in test_fmod()
232 *out = *a; in test_fmodf()
[all …]
H A Dsemi.h14 char *test_ceil(uint32 *in, uint32 *out);
15 char *test_floor(uint32 *in, uint32 *out);
20 char *test_ceilf(uint32 *in, uint32 *out);
21 char *test_floorf(uint32 *in, uint32 *out);
29 char *test_isfinite(uint32 *x, uint32 *out);
31 char *test_isinf(uint32 *x, uint32 *out);
32 char *test_isinff(uint32 *x, uint32 *out);
33 char *test_isnan(uint32 *x, uint32 *out);
34 char *test_isnanf(uint32 *x, uint32 *out);
35 char *test_isnormal(uint32 *x, uint32 *out);
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Dranges_uninitialized_move.pass.cpp57 assert(result.out == out.begin()); in main()
67 assert(result.out == out.begin()); in main()
79 assert(result.out == out.begin()); in main()
91 assert(result.out == out.begin()); in main()
112 assert(result.out == out.end()); in main()
114 std::destroy(out.begin(), out.end()); in main()
136 assert(result.out == out.end()); in main()
138 std::destroy(out.begin(), out.end()); in main()
159 assert(result.out == out.begin() + N); in main()
352 assert(result.out == out.end()); in main()
[all …]
H A Dranges_uninitialized_move_n.pass.cpp53 assert(result.out == out.begin()); in main()
72 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
74 assert(result.out == out.end()); in main()
76 std::destroy(out.begin(), out.end()); in main()
100 std::destroy(out.begin(), out.begin() + N); in main()
116 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
118 std::destroy(out.begin(), out.end()); in main()
128 std::ranges::uninitialized_move_n(in, N, out.begin(), out.end()); in main()
129 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
146 assert(std::equal(in, in + M, out.begin(), out.end())); in main()
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Dranges_uninitialized_copy.pass.cpp58 assert(result.out == out.begin()); in main()
68 assert(result.out == out.begin()); in main()
80 assert(result.out == out.begin()); in main()
92 assert(result.out == out.begin()); in main()
114 assert(result.out == out.end()); in main()
116 std::destroy(out.begin(), out.end()); in main()
138 assert(result.out == out.end()); in main()
140 std::destroy(out.begin(), out.end()); in main()
161 assert(result.out == out.begin() + N); in main()
350 assert(result.out == out.end()); in main()
[all …]
H A Dranges_uninitialized_copy_n.pass.cpp54 assert(result.out == out.begin()); in main()
72 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
74 assert(result.out == out.end()); in main()
76 std::destroy(out.begin(), out.end()); in main()
92 std::ranges::uninitialized_copy_n(in, N, out, out + N); in main()
117 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
119 std::destroy(out.begin(), out.end()); in main()
129 std::ranges::uninitialized_copy_n(in, N, out.begin(), out.end()); in main()
130 assert(std::equal(in, in + N, out.begin(), out.end())); in main()
147 assert(std::equal(in, in + M, out.begin(), out.end())); in main()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
H A Dmerge-stores.ll14 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
24 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
34 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
44 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
55 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
65 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
76 %out.gep.1 = getelementptr half, half addrspace(1)* %out, i32 1
96 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
106 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
126 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
[all …]
H A Dmerge-stores-private.ll21 %out.gep.1 = getelementptr i32, i32 addrspace(5)* %out, i32 1
22 %out.gep.2 = getelementptr i32, i32 addrspace(5)* %out, i32 2
23 %out.gep.3 = getelementptr i32, i32 addrspace(5)* %out, i32 3
48 %out.gep.1 = getelementptr i32, i32 addrspace(5)* %out, i32 1
49 %out.gep.2 = getelementptr i32, i32 addrspace(5)* %out, i32 2
79 %out.gep.1 = getelementptr i8, i8 addrspace(5)* %out, i32 1
80 %out.gep.2 = getelementptr i8, i8 addrspace(5)* %out, i32 2
81 %out.gep.3 = getelementptr i8, i8 addrspace(5)* %out, i32 3
98 %out.gep.1 = getelementptr i8, i8 addrspace(5)* %out, i32 1
99 %out.gep.2 = getelementptr i8, i8 addrspace(5)* %out, i32 2
[all …]
H A Dweird-type-accesses.ll22 %out.gep.1 = getelementptr i1, i1 addrspace(1)* %out, i32 1
32 %out.gep.1 = getelementptr i2, i2 addrspace(1)* %out, i32 1
42 %out.i1 = bitcast i8 addrspace(1)* %out to i1 addrspace(1)*
43 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
53 %out.i8 = bitcast i1 addrspace(1)* %out to i8 addrspace(1)*
54 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out.i8, i32 1
97 %out.gep.1 = getelementptr i1, i1 addrspace(1)* %out, i32 1
109 %out.gep.1 = getelementptr i2, i2 addrspace(1)* %out, i32 1
121 %out.i1 = bitcast i8 addrspace(1)* %out to i1 addrspace(1)*
122 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
[all …]
/llvm-project-15.0.7/lldb/test/API/types/
H A Dbasic_type.cpp92 FILE *out = stdout; in main() local
99 out = fopen (argv[1], "w"); in main()
136 fprintf (out, "%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main()
137 fprintf (out, "%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr); in main()
138 fprintf (out, "%s&: @%p => a_ref = '" T_PRINTF_FORMAT "'\n", T_CSTR, &a_ref, a_ref); in main()
153 fprintf (out, "(a_struct_t) a_struct.a = '" T_PRINTF_FORMAT "'\n", a_struct.a); in main()
154 fprintf (out, "(a_struct_t) a_struct.b = '" T_PRINTF_FORMAT "'\n", a_struct.b); in main()
189 fprintf (out, "%s: a = '" T_PRINTF_FORMAT "'\n", T_CSTR, a); in main()
200 fprintf (out, "(a_struct_t) a_struct.a = '" T_PRINTF_FORMAT "'\n", a_struct.a); in main()
221 if (out != stdout) in main()
[all …]
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp28 out << s; in main()
35 out.width(12); in main()
36 out << s; in main()
44 out << s; in main()
51 out.width(12); in main()
52 out << s; in main()
62 out << s; in main()
70 out.width(12); in main()
71 out << s; in main()
80 out << s; in main()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dmerge-stores.ll16 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
28 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1
38 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
48 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
60 %out.gep.1 = getelementptr i16, i16 addrspace(1)* %out, i32 1
72 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
82 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
108 %out.gep.1 = getelementptr i32, i32 addrspace(1)* %out, i32 1
109 %out.gep.2 = getelementptr i32, i32 addrspace(1)* %out, i32 2
110 %out.gep.3 = getelementptr i32, i32 addrspace(1)* %out, i32 3
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_backward.pass.cpp69 assert(base(ret.out) == out.data()); in test_iterators()
137 assert(ret.out == out.data()); in test()
147 assert(ret.out == out.data()); in test()
167 assert(ret.out == out.begin()); in test()
175 assert(ret.out == out.begin()); in test()
195 out[1].next = &out[0]; in test()
196 out[2].next = &out[1]; in test()
200 assert(ret.out == out.begin()); in test()
208 out[1].next = &out[0]; in test()
209 out[2].next = &out[1]; in test()
[all …]
H A Dranges.copy.pass.cpp66 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
75 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
140 assert(ret.out == out.data() + 4); in test()
169 assert(ret.out == out.end()); in test()
177 assert(ret.out == out.end()); in test()
197 out[0].next = &out[1]; in test()
198 out[1].next = &out[2]; in test()
202 assert(ret.out == out.end()); in test()
210 out[0].next = &out[1]; in test()
211 out[1].next = &out[2]; in test()
[all …]
H A Dranges.copy_if.pass.cpp78 assert(in == out); in test_iterators()
80 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
88 assert(in == out); in test_iterators()
90 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
100 assert(base(ret.out) == out.data()); in test_iterators()
108 assert(base(ret.out) == out.data()); in test_iterators()
122 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
131 assert(base(ret.out) == out.data() + out.size()); in test_iterators()
162 std::array<S, 2> out; in test() local
165 assert(ret.out == out.end()); in test()
[all …]
/llvm-project-15.0.7/third-party/benchmark/src/
H A Djson_reporter.cc123 out << "{\n"; in ReportContext()
142 out << indent in ReportContext()
147 out << indent in ReportContext()
169 out << "\n"; in ReportContext()
175 out << *it++; in ReportContext()
178 out << "],\n"; in ReportContext()
193 out << "\n"; in ReportContext()
233 out << indent in PrintRunData()
281 out << ",\n" in PrintRunData()
301 out << ",\n" in PrintRunData()
[all …]
/llvm-project-15.0.7/libcxx/test/std/re/re.results/re.results.form/
H A Dform1.pass.cpp31 char out[100] = {0}; in main() local
35 assert(base(r) == out + 58); in main()
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
[all …]
/llvm-project-15.0.7/llvm/test/MC/AVR/
H A Dinst-out.s7 out 4, r2
8 out 6, r9
9 out 32, r5
10 out 0, r0
11 out 0, r31
12 out 63, r0
13 out 63, r31
15 out bar-8, r29
28 ; CHECK-INST: out 4, r2
29 ; CHECK-INST: out 6, r9
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move_backward.pass.cpp68 assert(base(ret.out) == out.data()); in test()
77 assert(base(ret.out) == out.data()); in test()
180 assert(ret.out == out.data()); in test()
190 assert(ret.out == out.data()); in test()
210 assert(ret.out == out.begin()); in test()
218 assert(ret.out == out.begin()); in test()
238 out[1].next = &out[0]; in test()
239 out[2].next = &out[1]; in test()
243 assert(ret.out == out.begin()); in test()
251 out[1].next = &out[0]; in test()
[all …]
H A Dranges.move.pass.cpp68 assert(base(ret.out) == out.data() + out.size()); in test()
77 assert(base(ret.out) == out.data() + out.size()); in test()
186 assert(ret.out == out.data() + 4); in test()
216 assert(ret.out == out.end()); in test()
224 assert(ret.out == out.end()); in test()
244 out[0].next = &out[1]; in test()
245 out[1].next = &out[2]; in test()
249 assert(ret.out == out.end()); in test()
257 out[0].next = &out[1]; in test()
258 out[1].next = &out[2]; in test()
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_merge.pass.cpp123 assert(base(result.out) == out.data() + out.size()); in testMergeImpl()
136 assert(base(result.out) == out.data() + out.size()); in testMergeImpl()
214 assert(base(result.out) == out.data() + out.size()); in testImpl()
267 assert(result.out == out.end()); in test()
280 assert(result.out == out.end()); in test()
372 assert(result.out == out.end()); in test()
385 assert(result.out == out.end()); in test()
398 assert(result.out == out.end()); in test()
411 assert(result.out == out.end()); in test()
434 assert(result.out == out.end()); in test()
[all …]
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp193 assert(base(result.out) == out.data() + out.size()); in testUniqueCopyImpl()
204 assert(base(result.out) == out.data() + out.size()); in testUniqueCopyImpl()
282 assert(result.out == out + 3); in test()
290 assert(result.out == out + 3); in test()
308 assert(base(result.out) == out + 3); in test()
317 assert(base(result.out) == out + 3); in test()
335 assert(base(result.out) == out + 2); in test()
344 assert(base(result.out) == out + 2); in test()
364 assert(base(result.out) == out.begin() + 2); in test()
421 assert(base(result.out) == out.end()); in test()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h46 ++out; in LzwEncode()
52 ++out; in LzwEncode()
70 ++out; in LzwEncode()
80 ++out; in LzwEncode()
82 return out; in LzwEncode()
112 ++out; in LzwDecode()
132 out = copy(prev_code, out); in LzwDecode()
141 out = copy(prev_code, out); in LzwDecode()
143 ++out; in LzwDecode()
145 out = copy(code, out); in LzwDecode()
[all …]

12345678910>>...144