Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/llvm-project/flang/test/Semantics/
H A Dbindings07.f9017 subroutine sub_a(w) argument
18 character*(*), intent(in) :: w local
21 subroutine sub_aa(w) argument
22 character*(*), intent(in) :: w local
25 subroutine sub_aaa(w) argument
26 character*(*), intent(in) :: w local
35 subroutine pa(x, w) argument
37 character*(*), intent(in) :: w local
45 subroutine paa(x, w) argument
47 character*(*), intent(in) :: w local
[all …]
H A Dbindings06.f9010 subroutine sub_a1(w) argument
11 character*(*), intent(in) :: w local
14 subroutine sub_a2(w, j) argument
15 character*(*), intent(in) :: w local
26 subroutine test_poly_a(x, w) argument
28 character*(*), intent(in) :: w local
44 subroutine sub_ab1(w) argument
45 character*(*), intent(in) :: w local
48 subroutine sub_ab2(w, j) argument
49 character*(*), intent(in) :: w local
[all …]
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dimplicit_deduction_guides.pass.cpp67 std::basic_string w(2ull, L'b'); in test() local
78 std::basic_string w(2ull, L'b', test_allocator<wchar_t>{}); in test() local
92 std::basic_string w(win, (TestSizeT)3); in test() local
106 std::basic_string w(win, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local
120 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3); in test() local
134 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local
145 std::basic_string w(L"abcdef", (std::size_t)3); in test() local
157 std::basic_string w(L"abcdef", (TestSizeT)3, test_allocator<wchar_t>{}); in test() local
168 std::basic_string w(L"abcdef"); in test() local
180 std::basic_string w(L"abcdef", test_allocator<wchar_t>{}); in test() local
[all …]
/llvm-project/libcxx/test/std/localization/locale.stdcvt/
H A Dcodecvt_utf16_in.pass.cpp36 char32_t w = 0; in main() local
75 char32_t w = 0; in main() local
114 char32_t w = 0; in main() local
153 char32_t w = 0; in main() local
192 char32_t w = 0; in main() local
233 char32_t w = 0; in main() local
272 char32_t w = 0; in main() local
311 char32_t w = 0; in main() local
350 char32_t w = 0; in main() local
389 char32_t w = 0; in main() local
[all …]
H A Dcodecvt_utf8_in.pass.cpp36 char32_t w = 0; in main() local
75 char32_t w = 0; in main() local
114 char32_t w = 0; in main() local
156 char32_t w = 0; in main() local
195 char32_t w = 0; in main() local
234 char32_t w = 0; in main() local
276 char16_t w = 0; in main() local
306 char16_t w = 0; in main() local
336 char16_t w = 0; in main() local
H A Dcodecvt_utf8_out.pass.cpp49 CharT w = 0x1005; in test() local
86 CharT w = 0x1005; in test() local
123 CharT w = 0x1005; in test() local
173 CharT w = 0x40003; in test() local
220 CharT w = 0x40003; in test() local
267 CharT w = 0x40003; in test() local
H A Dcodecvt_utf16_out.pass.cpp52 CharT w = 0x40003; in test() local
99 CharT w = 0x40003; in test() local
146 CharT w = 0x40003; in test() local
202 CharT w = 0x40003; in test() local
249 CharT w = 0x40003; in test() local
299 CharT w = 0x40003; in test() local
H A Dcodecvt_utf8_utf16_out.pass.cpp47 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
88 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
122 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
179 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
220 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
254 CharT w[2] = {0xD8C0, 0xDC03}; in test() local
H A Dcodecvt_utf8_utf16_in.pass.cpp47 CharT w[2] = {0}; in test() local
83 CharT w[2] = {0}; in test() local
127 CharT w[2] = {0}; in test() local
166 CharT w[2] = {0}; in test() local
202 CharT w[2] = {0}; in test() local
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dimplicit_deduction_guides.pass.cpp42 std::basic_string_view w(win); in main() local
53 std::basic_string_view w(L"abcdef", 4); in main() local
64 std::basic_string_view w(L"abcdef"); in main() local
/llvm-project/clang/test/CodeGen/
H A Darm64_vdupq_n_f64.c13 float64x2_t test_vdupq_n_f64(float64_t w) { in test_vdupq_n_f64()
25 float32x4_t test_vdupq_n_f32(float32_t w) { in test_vdupq_n_f32()
44 float64x2_t test_vmovq_n_f64(float64_t w) { in test_vmovq_n_f64()
H A D2007-03-01-VarSizeArrayIdx.c4 float foo(int w, float A[][w], int g, int h) { in foo()
H A Dfp-floatcontrol-class.cpp8 float w = 2 + y() * z(); member in ON
15 float w = 2 + y() * z(); member in OFF
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
H A Dcons.ostream.pass.cpp39 W w; in test() local
66 W w; in test() local
93 W w; in test() local
H A Dcons.ostream.allocator.pass.cpp38 W w; in test() local
62 W w; in test() local
87 W w; in test() local
H A Dcons.pointer.pass.cpp45 W w; in test() local
78 W w; in test() local
113 W w; in test() local
H A Dcons.move.pass.cpp46 W w; in test() local
77 W w; in test() local
108 W w; in test() local
H A Dcons.pointer.allocator.pass.cpp43 W w; in test() local
74 W w; in test() local
105 W w; in test() local
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A Dcons.pointer.pass.cpp42 Buf w; in test() local
72 Buf w; in test() local
102 Buf w; in test() local
H A Dcons.pointer.allocator.pass.cpp39 Buf w; in test() local
66 Buf w; in test() local
93 Buf w; in test() local
H A Dcons.move.pass.cpp40 Buf w; in test() local
73 Buf w; in test() local
106 Buf w; in test() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dibm128-cast.c24 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast()
30 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local
45 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast()
51 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local
/llvm-project/clang/test/Analysis/
H A Dconditional-operator.cpp7 int w = x ?: y; in NoCrashTest() local
12 int w = x ?: y; // expected-note {{'?' condition is true}} in OperatorEvaluationTest() local
/llvm-project/flang/test/Lower/OpenACC/
H A Dacc-data-operands.f9043 type(wrapper) :: w global() local
66 type(wrapper) :: w global() local
90 type(wrapper) :: w( global() local
[all...]
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
H A Datomic_compare_exchange_strong.pass.cpp34 std::shared_ptr<int> w(new int(2)); in main() local
44 std::shared_ptr<int> w(new int(2)); in main() local

12345678910>>...15