Home
last modified time | relevance | path

Searched defs:s6 (Results 1 – 25 of 154) sorted by relevance

1234567

/llvm-project/flang/test/Semantics/
H A Dresolve57.f9069 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 Ddoconcurrent01.f90113 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 Dsymbol05.f9088 subroutine s6 subroutine
94 !DEF: /s6/BlockConstruct1/i ASYNCHRONOUS, VOLATILE HostAssoc INTEGER(4) argument
H A Dresolve58.f9060 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 Dresolve40.f9046 subroutine s6 subroutine
48 namelist /nl/ s6 argument
50 namelist /nl/ f local
52 integer function f()
H A Dresolve35.f9060 subroutine s6 subroutine
73 subroutine s6b argument
H A Dresolve55.f9061 subroutine s6 subroutine
80 end subroutine s6 argument
H A Ddosemantics12.f90149 subroutine s6() subroutine
173 end subroutine s6 argument
H A Dsymbol09.f90102 subroutine s6 subroutine
105 !DEF: /s6/a ObjectEntity INTEGER(4) argument
107 !DEF: /s6/Forall1/i ObjectEntity INTEGER(4) argument
H A Dassign02.f9090 subroutine s6 subroutine
91 real, target :: x local
92 real :: p local
93 type :: tp
97 type(tp) :: y local
H A Dequivalence01.f9062 subroutine s6 subroutine
63 type t1
67 type :: t2
71 real :: x0
72 type(t1) :: x1
73 type(t2) :: x2
H A Dcall33.f9019 subroutine s6(x) subroutine
20 character(3), pointer :: x local
H A Dbad-forward-type.f9063 subroutine s6(x) subroutine
65 xs6 global() argument
H A Dargshape01.f9021 subroutine s6(a,n,m) subroutine
25 subroutine s6b(a,nn,mm) argument
H A Dsymbol32.f9020 real s2, s4, s6, s7, s8 local
H A Ddosemantics09.f9033 subroutine s6() subroutine
/llvm-project/flang/test/Lower/
H A Dcommon-block.f9071 subroutine s6 global() subroutine
75 ys6 global() argument
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Darray.pass.cpp61 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 Dspan.verify.cpp52 …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 Dkeep-persistent-storage-variables.cpp46 static int s6; member
48 int ST::s6 = 7; member in ST
H A Dregparm-struct.c83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b); argument
/llvm-project/clang/test/CodeGen/RISCV/
H A Dabi-empty-structs.c105 struct s6 { struct empty_arr e; float f; }; argument
/llvm-project/clang/test/Parser/
H A Dcuda-kernel-call-c++11.cu29 S<S<S<void()>>> s6; in foo() local
/llvm-project/flang/test/Evaluate/
H A Derrors01.f9061 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 Dzos-alignment.c107 struct s6 { struct
111 // CHECK: 0 | struct s6 argument

1234567