/llvm-project/clang/test/CodeGen/avr/ |
H A D | return-value.c | 7 struct s10 { struct 21 struct s10 foo10(int a, int b, int c) { in foo10() argument
|
/llvm-project/flang/test/Evaluate/ |
H A D | errors01.f90 | 111 subroutine s10 subroutine 113 badc11s10 global() argument 115 bada11s10 global() argument 117 badc21s10 global() argument 119 bada21s10 global() argument 121 badc41s10 global() argument 123 bada41s10 global() argument 125 badc12s10 global() argument 127 bada12s10 global() argument 129 badc22s10 global() argument 131 bada22s10 global() argument 133 badc42s10 global() argument 135 bada42s10 global() argument
|
/llvm-project/flang/test/Semantics/ |
H A D | dosemantics11.f90 | 88 subroutine s10(table) subroutine 91 integer :: table(..) 93 type point 97 type, extends(point) :: color_point 101 type(point), target :: target_var 125 end subroutine s10 argument
|
H A D | resolve35.f90 | 116 subroutine s10 subroutine 118 real, parameter :: bad2 = 1.0 145 subroutine bad3
|
H A D | resolve29.f90 | 68 subroutine s10() subroutine 73 type t1
|
H A D | bad-forward-type.f90 | 93 subroutine s10 global() subroutine 98 ts10 global() argument
|
H A D | data05.f90 | 65 subroutine s10 subroutine 66 …real, target, save :: arr(3,4) ! CHECK: arr, SAVE, TARGET size=48 offset=0: ObjectEntity type: REA… 67 …real, pointer :: xpp(:,:) ! CHECK: xpp, POINTER (InDataStmt) size=72 offset=48: ObjectEntity type:…
|
H A D | assign03.f90 | 238 subroutine s10 global() subroutine 239 ps10 global() argument 240 ts10 global() argument 244 xs10 global() argument 245 ys10 global() argument 246 vs10 global() argument
|
H A D | dosemantics09.f90 | 57 subroutine s10() subroutine
|
H A D | equivalence01.f90 | 120 subroutine s10 subroutine 121 integer, parameter :: i(4) = [1, 2, 3, 4] 122 real :: x(10) 123 real :: y(4)
|
H A D | assign02.f90 | 150 subroutine s10 subroutine 151 real, target :: a[*] 152 real, pointer :: b local
|
H A D | separate-mp02.f90 | 84 module subroutine s10(x, y, z, w) subroutine 85 ws10 global() argument
|
H A D | final01.f90 | 33 final :: s01, s02, s03, s04, s05, s06, s07, s08, s09, s10 method 85 subroutine s10(x) subroutine 86 type(child(kind1=10, len1=*, len2=*)), optional :: x local
|
H A D | resolve34.f90 | 160 subroutine s10 subroutine 162 type(t) x local
|
H A D | spec-expr.f90 | 130 subroutine s10() subroutine 133 end subroutine s10 argument
|
H A D | dosemantics12.f90 | 327 subroutine s10() subroutine 346 end subroutine s10 argument
|
H A D | call10.f90 | 151 pure subroutine s10 ! C1595 subroutine 153 !ERROR: Procedure 'notpure' referenced in pure subprogram 's10' must be pure too argument
|
H A D | resolve09.f90 | 151 subroutine s10 subroutine
|
H A D | assign04.f90 | 153 subroutine s10(a, n) subroutine 155 real a(n)
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_64-arguments-nacl.c | 50 struct s10 { int a; int b; int : 0; }; argument
|
/llvm-project/clang/test/Sema/ |
H A D | pragma-align-mac68k.c | 86 struct s10 { struct 89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1]; argument
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zos-alignment.c | 145 struct s10 { struct 148 // CHECK: 0 | struct s10 argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | regparm-struct.c | 129 struct s10 { struct 132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c); argument
|
H A D | arm-arguments.c | 61 struct s10 { int f0; int : 0; int : 0; }; argument
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p3-0x.cpp | 43 T<e10> s10; variable
|