/llvm-project/flang/test/Semantics/ |
H A D | dosemantics12.f90 | 175 subroutine s7() subroutine 177 integer :: iostatVar, nextrecVar, numberVar, posVar, reclVar, sizeVar
|
H A D | symbol09.f90 | 120 subroutine s7 subroutine 123 !DEF: /s7/z ObjectEntity COMPLEX(4) argument 125 complex :: z = (one, -one)
|
H A D | assign02.f90 | 111 subroutine s7 subroutine 112 real, target :: a local 113 real, pointer :: b local 114 real, pointer :: c local 115 real :: d local
|
H A D | resolve40.f90 | 57 subroutine s7 subroutine 58 real x local 60 namelist /nl/ x local
|
H A D | resolve55.f90 | 82 subroutine s7() subroutine 88 end subroutine s7 argument
|
H A D | resolve34.f90 | 89 subroutine s7 subroutine 91 type(t2) :: x local 92 integer :: j local
|
H A D | bad-forward-type.f90 | 68 subroutine s7(x) subroutine 70 ts7 global() argument
|
H A D | assign04.f90 | 122 subroutine s7(x) subroutine 130 subroutine s7 argument 131 integer :: a(10), v(10)
|
H A D | argshape01.f90 | 29 subroutine s7(a,n,m) subroutine 30 integer, intent(in) :: n, m local 31 real, intent(in) :: a(m, n)
|
H A D | symbol32.f90 | 20 real s2, s4, s6, s7, s8 local
|
H A D | dosemantics09.f90 | 39 subroutine s7() subroutine
|
H A D | doconcurrent01.f90 | 190 subroutine s7( global() subroutine 191 __anon06f7d6d20105s7 global() argument 195 generics7 global() argument
|
H A D | equivalence01.f90 | 80 subroutine s7 subroutine 81 type t1 83 real :: x0 84 type(t1) :: x1
|
H A D | entry01.f90 | 252 subroutine s7(q,q) subroutine 256 !ERROR: 's7' may not appear as a dummy argument name in this ENTRY statement argument 257 entry bar(s7) argument 259 entry baz(z,z)
|
H A D | separate-mp02.f90 | 62 module subroutine s7(x, y, z) subroutine 63 ns7 global() argument 64 xs7 global() argument 65 ys7 global() argument 67 zs7 global() argument
|
H A D | symbol05.f90 | 112 subroutine s7 subroutine
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/ |
H A D | span.verify.cpp | 53 …std::span< volatile int> s7{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 66 …std::span< volatile int, 0> s7{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 79 …std::span< volatile int> s7{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 92 …std::span< volatile int, 0> s7{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
|
/llvm-project/flang/test/Evaluate/ |
H A D | errors01.f90 | 71 subroutine s7 subroutine 73 bad1s7 global() argument 74 ok1s7 global() argument 75 ok2s7 global() argument 77 bad2s7 global() argument 79 bad3s7 global() argument 80 ok3s7 global() argument 81 ok4s7 global() argument 83 bad4s7 global() argument
|
/llvm-project/flang/test/Lower/ |
H A D | common-block.f90 | 78 subroutine s7() argument 77 subroutine s7( global() subroutine 79 r16s7 global() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | bitfield-2.c | 280 struct __attribute__((aligned(16))) s7 { struct 286 int f7_load(struct s7 *a0) { in f7_load() argument
|
H A D | regparm-struct.c | 94 struct s7 { struct 99 __attribute__((regparm(3))) void f11(struct s7 a, int b); argument
|
H A D | arm64-microsoft-struct-align.cpp | 17 struct size7 s7; variable
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | abi-empty-structs.c | 123 struct s7 { struct empty e[0]; float f; }; argument
|
/llvm-project/clang/test/Parser/ |
H A D | cuda-kernel-call-c++11.cu | 34 S<S<V<void(T)...>>> s7; in bar() local
|
/llvm-project/clang/test/CodeGen/LoongArch/ |
H A D | abi-lp64d-empty-structs.c | 67 struct s7 { struct empty e[0]; float f; }; argument
|