/llvm-project/flang/test/Semantics/ |
H A D | bindings07.f90 | 17 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 D | bindings06.f90 | 10 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 D | implicit_deduction_guides.pass.cpp | 67 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 D | codecvt_utf16_in.pass.cpp | 36 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 D | codecvt_utf8_in.pass.cpp | 36 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 D | codecvt_utf8_out.pass.cpp | 49 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 D | codecvt_utf16_out.pass.cpp | 52 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 D | codecvt_utf8_utf16_out.pass.cpp | 47 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 D | codecvt_utf8_utf16_in.pass.cpp | 47 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 D | implicit_deduction_guides.pass.cpp | 42 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 D | arm64_vdupq_n_f64.c | 13 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 D | 2007-03-01-VarSizeArrayIdx.c | 4 float foo(int w, float A[][w], int g, int h) { in foo()
|
H A D | fp-floatcontrol-class.cpp | 8 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 D | cons.ostream.pass.cpp | 39 W w; in test() local 66 W w; in test() local 93 W w; in test() local
|
H A D | cons.ostream.allocator.pass.cpp | 38 W w; in test() local 62 W w; in test() local 87 W w; in test() local
|
H A D | cons.pointer.pass.cpp | 45 W w; in test() local 78 W w; in test() local 113 W w; in test() local
|
H A D | cons.move.pass.cpp | 46 W w; in test() local 77 W w; in test() local 108 W w; in test() local
|
H A D | cons.pointer.allocator.pass.cpp | 43 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 D | cons.pointer.pass.cpp | 42 Buf w; in test() local 72 Buf w; in test() local 102 Buf w; in test() local
|
H A D | cons.pointer.allocator.pass.cpp | 39 Buf w; in test() local 66 Buf w; in test() local 93 Buf w; in test() local
|
H A D | cons.move.pass.cpp | 40 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 D | ibm128-cast.c | 24 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 D | conditional-operator.cpp | 7 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 D | acc-data-operands.f90 | 43 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 D | atomic_compare_exchange_strong.pass.cpp | 34 std::shared_ptr<int> w(new int(2)); in main() local 44 std::shared_ptr<int> w(new int(2)); in main() local
|