/llvm-project/flang/test/Semantics/ |
H A D | resolve57.f90 | 69 subroutine s6() subroutine 70 type point 74 type, extends(point) :: color_point 78 type(point), target :: c, d local 79 class(point), pointer :: p_or_c 110 end subroutine s6 argument
|
H A D | doconcurrent01.f90 | 113 subroutine s6( global() subroutine 114 type0s6 global() argument 119 type1s6 global() argument 123 pvars6 global() argument 124 qvars6 global() argument 125 array1s6 global() argument 126 array2s6 global() argument 127 cbs6 global() argument 128 abs6 global() argument
|
H A D | symbol05.f90 | 88 subroutine s6 subroutine 94 !DEF: /s6/BlockConstruct1/i ASYNCHRONOUS, VOLATILE HostAssoc INTEGER(4) argument
|
H A D | resolve58.f90 | 60 subroutine s6() subroutine 71 local1s6 global() argument 73 local2s6 global() argument 75 p1s6 global() argument 77 local3s6 global() argument 79 p2s6 global() argument
|
H A D | resolve40.f90 | 46 subroutine s6 subroutine 48 namelist /nl/ s6 argument 50 namelist /nl/ f local 52 integer function f()
|
H A D | resolve35.f90 | 60 subroutine s6 subroutine 73 subroutine s6b argument
|
H A D | resolve55.f90 | 61 subroutine s6 subroutine 80 end subroutine s6 argument
|
H A D | dosemantics12.f90 | 149 subroutine s6() subroutine 173 end subroutine s6 argument
|
H A D | symbol09.f90 | 102 subroutine s6 subroutine 105 !DEF: /s6/a ObjectEntity INTEGER(4) argument 107 !DEF: /s6/Forall1/i ObjectEntity INTEGER(4) argument
|
H A D | assign02.f90 | 90 subroutine s6 subroutine 91 real, target :: x local 92 real :: p local 93 type :: tp 97 type(tp) :: y local
|
H A D | equivalence01.f90 | 62 subroutine s6 subroutine 63 type t1 67 type :: t2 71 real :: x0 72 type(t1) :: x1 73 type(t2) :: x2
|
H A D | call33.f90 | 19 subroutine s6(x) subroutine 20 character(3), pointer :: x local
|
H A D | bad-forward-type.f90 | 63 subroutine s6(x) subroutine 65 xs6 global() argument
|
H A D | argshape01.f90 | 21 subroutine s6(a,n,m) subroutine 25 subroutine s6b(a,nn,mm) argument
|
H A D | symbol32.f90 | 20 real s2, s4, s6, s7, s8 local
|
H A D | dosemantics09.f90 | 33 subroutine s6() subroutine
|
/llvm-project/flang/test/Lower/ |
H A D | common-block.f90 | 71 subroutine s6 global() subroutine 75 ys6 global() argument
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/ |
H A D | array.pass.cpp | 61 std::span<const volatile int> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV() local 72 std::span<const volatile int,3> s6{varr}; // a span<const volatile int> pointing at volatile int. in checkCV() local 100 std::span<const int, 2> s6({1, 2}); in testSpan() local 98 std::span<const int, 2> s6({1, 2}); testSpan() local
|
H A D | span.verify.cpp | 52 …std::span< volatile int> s6{ csp}; // expected-error {{no matching constructor for initializa… in checkCV() local 65 …std::span< volatile int, 0> s6{ csp0}; // expected-error {{no matching constructor for initia… in checkCV() local 78 …std::span< volatile int> s6{ csp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 91 …std::span< volatile int, 0> s6{ csp}; // expected-error {{no matching constructor for initial… in checkCV() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | keep-persistent-storage-variables.cpp | 46 static int s6; member 48 int ST::s6 = 7; member in ST
|
H A D | regparm-struct.c | 83 struct s6 { struct 87 __attribute__((regparm(3))) void f10(struct s6 a, int b); argument
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | abi-empty-structs.c | 105 struct s6 { struct empty_arr e; float f; }; argument
|
/llvm-project/clang/test/Parser/ |
H A D | cuda-kernel-call-c++11.cu | 29 S<S<S<void()>>> s6; in foo() local
|
/llvm-project/flang/test/Evaluate/ |
H A D | errors01.f90 | 61 subroutine s6 subroutine 63 bad1s6 global() argument 65 bad2s6 global() argument 67 ok1s6 global() argument 69 bad4s6 global() argument
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zos-alignment.c | 107 struct s6 { struct 111 // CHECK: 0 | struct s6 argument
|