Home
last modified time | relevance | path

Searched defs:s4 (Results 1 – 25 of 148) sorted by relevance

123456

/llvm-project/flang/test/Semantics/
H A Dresolve30.f9032 subroutine s4 subroutine
33 real :: j local
35 real :: a(16) = [(x, x=1, 16)]
36 real :: b(16)
H A Dcoarrays01.f9065 subroutine s4 subroutine
67 complex :: z local
68 integer :: i, j(10)
69 type(team_type) :: t, t2(2)
H A Dassign01.f9056 subroutine s4 subroutine
57 integer :: x1 = 0, x2(2) = 0
58 logical :: l1 = .false., l2(2) = (/.true., .false./), l3 = .false.
H A Dresolve124.f9048 subroutine s4() subroutine
65 end subroutine s4 argument
H A Dresolve07.f9029 subroutine s4 subroutine
30 integer, dimension(10) :: x(2,2), y local
H A Dresolve35.f9038 subroutine s4 subroutine
39 real :: a(10), b(10)
40 complex :: x local
41 integer :: i(2)
H A Dresolve93.f9032 subroutine s4() subroutine
39 end subroutine s4 argument
H A Dlabel14.f9034 subroutine s4 subroutine
38 10 end block
39 20 end block
H A Ddoconcurrent08.f90239 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 Dresolve114.f9075 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 Dsymbol11.f9088 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 Doffsets01.f9031 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 Dresolve45.f9038 subroutine s4 subroutine
42 procedure(integer), pointer :: x local
46 integer, save :: y local
H A Dmodfile14.f9013 procedure, nopass :: s4 method
22 subroutine s4(z) subroutine
23 complex :: z local
H A Dassign02.f9061 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 Dsymbol05.f9061 subroutine s4 subroutine
64 !DEF: /s4/s EXTERNAL (Subroutine) Subprogram argument
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Darray.pass.cpp40 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 Dspan.verify.cpp49 …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 Ddefault.pass.cpp28 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 Dpragma-pack-5.c40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1]; argument
H A Dpragma-pack-and-options-align.c43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1]; argument
H A Dno-documentation-warn-tagdecl-specifier.c23 struct s4 { int is; }; argument
/llvm-project/lld/test/ELF/
H A Dgc-sections-string.s72 .globl s4 symbol
73 s4: label
H A Dinput-section-flags.s108 .globl s4 symbol
109 s4: label
/llvm-project/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp25 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

123456