Home
last modified time | relevance | path

Searched defs:s7 (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/flang/test/Semantics/
H A Ddosemantics12.f90175 subroutine s7() subroutine
177 integer :: iostatVar, nextrecVar, numberVar, posVar, reclVar, sizeVar
H A Dsymbol09.f90120 subroutine s7 subroutine
123 !DEF: /s7/z ObjectEntity COMPLEX(4) argument
125 complex :: z = (one, -one)
H A Dassign02.f90111 subroutine s7 subroutine
112 real, target :: a local
113 real, pointer :: b local
114 real, pointer :: c local
115 real :: d local
H A Dresolve40.f9057 subroutine s7 subroutine
58 real x local
60 namelist /nl/ x local
H A Dresolve55.f9082 subroutine s7() subroutine
88 end subroutine s7 argument
H A Dresolve34.f9089 subroutine s7 subroutine
91 type(t2) :: x local
92 integer :: j local
H A Dbad-forward-type.f9068 subroutine s7(x) subroutine
70 ts7 global() argument
H A Dassign04.f90122 subroutine s7(x) subroutine
130 subroutine s7 argument
131 integer :: a(10), v(10)
H A Dargshape01.f9029 subroutine s7(a,n,m) subroutine
30 integer, intent(in) :: n, m local
31 real, intent(in) :: a(m, n)
H A Dsymbol32.f9020 real s2, s4, s6, s7, s8 local
H A Ddosemantics09.f9039 subroutine s7() subroutine
H A Ddoconcurrent01.f90190 subroutine s7( global() subroutine
191 __anon06f7d6d20105s7 global() argument
195 generics7 global() argument
H A Dequivalence01.f9080 subroutine s7 subroutine
81 type t1
83 real :: x0
84 type(t1) :: x1
H A Dentry01.f90252 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 Dseparate-mp02.f9062 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 Dsymbol05.f90112 subroutine s7 subroutine
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dspan.verify.cpp53 …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 Derrors01.f9071 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 Dcommon-block.f9078 subroutine s7() argument
77 subroutine s7( global() subroutine
79 r16s7 global() argument
/llvm-project/clang/test/CodeGen/
H A Dbitfield-2.c280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) { in f7_load() argument
H A Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b); argument
H A Darm64-microsoft-struct-align.cpp17 struct size7 s7; variable
/llvm-project/clang/test/CodeGen/RISCV/
H A Dabi-empty-structs.c123 struct s7 { struct empty e[0]; float f; }; argument
/llvm-project/clang/test/Parser/
H A Dcuda-kernel-call-c++11.cu34 S<S<V<void(T)...>>> s7; in bar() local
/llvm-project/clang/test/CodeGen/LoongArch/
H A Dabi-lp64d-empty-structs.c67 struct s7 { struct empty e[0]; float f; }; argument

1234