/llvm-project/flang/test/Semantics/ |
H A D | resolve57.f90 | 52 subroutine s5() subroutine 67 end subroutine s5 argument
|
H A D | assign03.f90 | 70 subroutine s5 argument 66 subroutine s5 global() subroutine 67 p_impures5 global() argument 68 p_pures5 global() argument 71 sp_impures5 global() argument 72 sp_pures5 global() argument 74 sp_elementals5 global() argument 125 f_impure1s5 global() argument 129 f_pure1s5 global() argument 133 f_elemental1s5 global() argument 137 f_impureElemental1s5 global() argument 142 f_impure2s5 global() argument 146 f_pure2s5 global() argument 150 f_elemental2s5 global() argument 155 s_impure1s5 global() argument 159 s_pure1s5 global() argument 163 s_elemental1s5 global() argument 168 s_impure2s5 global() argument 172 s_pure2s5 global() argument 176 s_elemental2s5 global() argument
|
H A D | offsets01.f90 | 39 subroutine s5(n) subroutine 40 integer :: n local 41 type :: t1(n) 45 type :: t2(n1, n2) 50 type(t1(n)) :: x1 !CHECK: x1 size=40 offset= 51 type(t2(n,n)) :: x2 !CHECK: x2 size=48 offset=
|
H A D | resolve124.f90 | 67 subroutine s5() subroutine 81 end subroutine s5 argument
|
H A D | resolve114.f90 | 86 subroutine s5 subroutine 92 procedure(iface1), pointer :: p1 => x1 95 procedure(iface2), pointer :: p2 => x2 97 procedure(iface3), pointer :: p3 => x3 99 procedure(iface4), pointer :: p4 => x4
|
H A D | symbol11.f90 | 114 subroutine s5 subroutine 117 !DEF: /s5/t/a ObjectEntity REAL(4) argument 122 !DEF: /s5/OtherConstruct1/x AssocEntity TYPE(t) argument 133 !REF: /s5/t argument
|
H A D | symbol09.f90 | 82 subroutine s5 subroutine 86 !REF: /s5/t/l argument 92 !DEF: /s5/y ALLOCATABLE ObjectEntity REAL(4) argument 94 !REF: /s5/t argument
|
H A D | resolve30.f90 | 41 subroutine s5 subroutine 45 real x local
|
H A D | resolve42.f90 | 22 subroutine s5 subroutine 23 integer x(2) 25 common x(4), y(4) 27 real y(2)
|
H A D | resolve93.f90 | 41 subroutine s5(arg) subroutine 45 end subroutine s5 argument
|
H A D | resolve38.f90 | 40 procedure, nopass :: s5 method 54 procedure, nopass :: s5 method 62 subroutine s5(z) subroutine 63 complex :: z local
|
H A D | stmt-func01.f90 | 93 subroutine s5 global() subroutine 95 xs5 global() argument
|
H A D | resolve40.f90 | 41 subroutine s5 subroutine 42 namelist /nl/x 43 integer x local
|
H A D | equivalence01.f90 | 39 subroutine s5 subroutine 40 integer, parameter :: k = 123 41 real :: x(10) 42 real, save :: y[1:*] 49 real, bind(C) :: z(10) 54 logical :: w(10)
|
H A D | call33.f90 | 16 subroutine s5(x) subroutine 17 character(3), allocatable :: x local
|
/llvm-project/lld/test/ELF/ |
H A D | input-section-flags.s | 113 .globl s5 symbol 114 s5: label
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/ |
H A D | span.verify.cpp | 50 …std::span<const int> s5{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 63 …std::span<const int, 0> s5{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 76 …std::span<const int> s5{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 89 …std::span<const int, 0> s5{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
|
H A D | array.pass.cpp | 60 std::span<const volatile int> s5{carr}; // a span<const volatile int> pointing at const int. in checkCV() local 71 std::span<const volatile int,3> s5{carr}; // a span<const volatile int> pointing at const int. in checkCV() local 96 std::span<const int> s5 = {{1,2}}; testSpan() local
|
/llvm-project/clang/test/Sema/ |
H A D | no-documentation-warn-tagdecl-specifier.c | 27 struct s5 { int is; }; argument
|
H A D | pragma-align-mac68k.c | 50 struct s5 { struct 54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1]; argument
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64-struct-onefloat.c | 7 typedef struct s5 { Sd ds; } SSd; argument
|
/llvm-project/flang/test/Lower/ |
H A D | common-block.f90 | 65 subroutine s5 global() subroutine 68 rs5 global() argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-invalid-auto-return-funcs.cpp | 15 auto s5() {} // valid, no return stmt, fallback to void in s5() function
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zos-alignment.c | 92 struct s5 { struct 99 // CHECK: 0 | struct s5 argument
|
/llvm-project/clang/test/Analysis/ |
H A D | ctor-array.cpp | 114 struct s5 { struct 118 s5() : x(c++) {} in s5() argument [all...] |