Home
last modified time | relevance | path

Searched defs:s5 (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/llvm-project/flang/test/Semantics/
H A Dresolve57.f9052 subroutine s5() subroutine
67 end subroutine s5 argument
H A Dassign03.f9070 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 Doffsets01.f9039 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 Dresolve124.f9067 subroutine s5() subroutine
81 end subroutine s5 argument
H A Dresolve114.f9086 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 Dsymbol11.f90114 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 Dsymbol09.f9082 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 Dresolve30.f9041 subroutine s5 subroutine
45 real x local
H A Dresolve42.f9022 subroutine s5 subroutine
23 integer x(2)
25 common x(4), y(4)
27 real y(2)
H A Dresolve93.f9041 subroutine s5(arg) subroutine
45 end subroutine s5 argument
H A Dresolve38.f9040 procedure, nopass :: s5 method
54 procedure, nopass :: s5 method
62 subroutine s5(z) subroutine
63 complex :: z local
H A Dstmt-func01.f9093 subroutine s5 global() subroutine
95 xs5 global() argument
H A Dresolve40.f9041 subroutine s5 subroutine
42 namelist /nl/x
43 integer x local
H A Dequivalence01.f9039 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 Dcall33.f9016 subroutine s5(x) subroutine
17 character(3), allocatable :: x local
/llvm-project/lld/test/ELF/
H A Dinput-section-flags.s113 .globl s5 symbol
114 s5: label
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dspan.verify.cpp50 …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 Darray.pass.cpp60 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 Dno-documentation-warn-tagdecl-specifier.c27 struct s5 { int is; }; argument
H A Dpragma-align-mac68k.c50 struct s5 { struct
54 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1]; argument
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-struct-onefloat.c7 typedef struct s5 { Sd ds; } SSd; argument
/llvm-project/flang/test/Lower/
H A Dcommon-block.f9065 subroutine s5 global() subroutine
68 rs5 global() argument
/llvm-project/clang/test/AST/
H A Dast-dump-invalid-auto-return-funcs.cpp15 auto s5() {} // valid, no return stmt, fallback to void in s5() function
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzos-alignment.c92 struct s5 { struct
99 // CHECK: 0 | struct s5 argument
/llvm-project/clang/test/Analysis/
H A Dctor-array.cpp114 struct s5 { struct
118 s5() : x(c++) {} in s5() argument
[all...]

12345678910>>...12