/llvm-project/flang/test/Semantics/ |
H A D | resolve30.f90 | 32 subroutine s4 subroutine 33 real :: j local 35 real :: a(16) = [(x, x=1, 16)] 36 real :: b(16)
|
H A D | coarrays01.f90 | 65 subroutine s4 subroutine 67 complex :: z local 68 integer :: i, j(10) 69 type(team_type) :: t, t2(2)
|
H A D | assign01.f90 | 56 subroutine s4 subroutine 57 integer :: x1 = 0, x2(2) = 0 58 logical :: l1 = .false., l2(2) = (/.true., .false./), l3 = .false.
|
H A D | resolve124.f90 | 48 subroutine s4() subroutine 65 end subroutine s4 argument
|
H A D | resolve07.f90 | 29 subroutine s4 subroutine 30 integer, dimension(10) :: x(2,2), y local
|
H A D | resolve35.f90 | 38 subroutine s4 subroutine 39 real :: a(10), b(10) 40 complex :: x local 41 integer :: i(2)
|
H A D | resolve93.f90 | 32 subroutine s4() subroutine 39 end subroutine s4 argument
|
H A D | label14.f90 | 34 subroutine s4 subroutine 38 10 end block 39 20 end block
|
H A D | doconcurrent08.f90 | 239 subroutine s4() subroutine 240 type(impureFinal), allocatable :: ifVar, ifvar1 241 type(impureFinal), allocatable :: ifArr1(:), ifArr2(:,:) 242 type(impureFinal) :: if0 243 type(pureFinal), allocatable :: pfVar
|
H A D | resolve114.f90 | 75 subroutine s4 subroutine 79 procedure(iface1), pointer :: p1 => x1 81 procedure(iface2), pointer :: p2 => x2 82 procedure(iface3), pointer :: p3 => x3 83 procedure(iface4), pointer :: p4 => x4
|
H A D | symbol11.f90 | 88 subroutine s4 subroutine 91 !DEF: /s4/t1/a ObjectEntity REAL(4) argument 96 !REF: /s4/t1 argument 103 !DEF: /s4/OtherConstruct1/y AssocEntity TYPE(t1) argument
|
H A D | offsets01.f90 | 31 subroutine s4 subroutine 32 integer, allocatable :: z0 !CHECK: z0, ALLOCATABLE size=24 offset= 33 integer, allocatable :: z1(:) !CHECK: z1, ALLOCATABLE size=48 offset= 34 integer, allocatable :: z2(:,:) !CHECK: z2, ALLOCATABLE size=72 offset= 35 integer, allocatable :: z3(:,:,:) !CHECK: z3, ALLOCATABLE size=96 offset=
|
H A D | resolve45.f90 | 38 subroutine s4 subroutine 42 procedure(integer), pointer :: x local 46 integer, save :: y local
|
H A D | modfile14.f90 | 13 procedure, nopass :: s4 method 22 subroutine s4(z) subroutine 23 complex :: z local
|
H A D | assign02.f90 | 61 subroutine s4(x) subroutine 62 class(*), target :: x local 63 type(t(1)), pointer :: p1 64 type(t2), pointer :: p2 65 class(*), pointer :: p3 66 real, pointer :: p4
|
H A D | symbol05.f90 | 61 subroutine s4 subroutine 64 !DEF: /s4/s EXTERNAL (Subroutine) Subprogram argument
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/ |
H A D | array.pass.cpp | 40 std::span<const volatile int> s4{cvarr}; // a span<const volatile int> pointing at const volatile int. in checkCV() local 49 std::span<const volatile int,3> s4{cvarr}; // a span<const volatile int> pointing at const volatile int. in checkCV() local 59 std::span<const volatile int> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 70 std::span<const volatile int,3> s4{ arr}; // a span<const volatile int> pointing at int. in checkCV() local 90 std::span<const T, 2> s4 = val; in testSpan() local [all...] |
H A D | span.verify.cpp | 49 …std::span<const int> s4{ vsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 62 …std::span<const int, 0> s4{ vsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 75 …std::span<const int> s4{ vsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 88 …std::span<const int, 0> s4{ vsp}; // expected-error {{no matching constructor for initial… in checkCV() local 104 …std::span<float, 0> s4{sp0}; // expected-error {{no matching constructor for initialization of … in main() local
|
H A D | default.pass.cpp | 28 std::span<const volatile int> s4; in checkCV() local 37 std::span<const volatile int,0> s4; in checkCV() local
|
/llvm-project/clang/test/Sema/ |
H A D | pragma-pack-5.c | 40 struct s4 { struct 45 extern int check[sizeof(struct s4) == 4 ? 1 : -1]; argument
|
H A D | pragma-pack-and-options-align.c | 43 struct s4 { struct 49 extern int a[sizeof(struct s4) == 8 ? 1 : -1]; argument
|
H A D | no-documentation-warn-tagdecl-specifier.c | 23 struct s4 { int is; }; argument
|
/llvm-project/lld/test/ELF/ |
H A D | gc-sections-string.s | 72 .globl s4 symbol 73 s4: label
|
H A D | input-section-flags.s | 108 .globl s4 symbol 109 s4: label
|
/llvm-project/clang/test/SemaCXX/ |
H A D | elaborated-type-specifier.cpp | 25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} in test_elab2() 29 …struct S4 *s4 = 0; // expected-note{{'S4' is not defined, but forward declared here; conversion wo… in test_X_elab() local 38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} in test_S5_scope() local
|