| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | 2011-01-22-SRet.ll | 3 %struct.foo_t = type { i32, i32, i32 } 5 define weak void @make_foo(%struct.foo_t* noalias sret(%struct.foo_t) %agg.result, i32 %a, i32 %b, … 10 %0 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %agg.result, i32 0, i32 0 12 %1 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %agg.result, i32 0, i32 1 14 %2 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %agg.result, i32 0, i32 2 25 %f = alloca %struct.foo_t, align 8 26 …call void @make_foo(%struct.foo_t* noalias sret(%struct.foo_t) %f, i32 10, i32 20, i32 30) nounwind 27 %0 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %f, i32 0, i32 0 29 %2 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %f, i32 0, i32 1 31 %4 = getelementptr inbounds %struct.foo_t, %struct.foo_t* %f, i32 0, i32 2
|
| H A D | 2011-01-21-ByValArgs.ll | 3 %struct.foo_t = type { i32, i32, i32 } 5 @s = internal unnamed_addr global %struct.foo_t { i32 10, i32 20, i32 30 } 14 %0 = tail call i32 @bar(%struct.foo_t* byval(%struct.foo_t) @s) nounwind 18 declare i32 @bar(%struct.foo_t* byval(%struct.foo_t))
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | collectives05.f90 | 10 type foo_t type 20 class(foo_t), intent(in) :: lhs, rhs 21 type(foo_t) lhs_op_rhs 28 use foo_m, only : foo_t 31 type(foo_t) foo 32 class(foo_t), allocatable :: polymorphic 57 allocate(foo_t :: polymorphic) 188 type(foo_t), intent(in) :: lhs, rhs 189 type(foo_t) :: lhs_op_rhs 267 class(foo_t), intent(in) :: lhs, rhs [all …]
|
| H A D | collectives04.f90 | 10 type foo_t type 16 type(foo_t) f
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | diag-aka-types.cpp | 4 typedef X foo_t; typedef 6 foo_t *ptr; 9 const foo_t &ref = foo_t();
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | dump-canonical.cpp | 4 typedef long foo_t; typedef 8 foo_t x; 12 typedef foo_t bar_t;
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-strict-prototypes.c | 87 typedef void foo_t(unsigned val); typedef 88 __attribute__((noreturn)) foo_t foo15; 89 foo_t foo15; // OK 92 foo_t foo16;
|
| H A D | function.c | 76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} in invalid_type()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unused-filescoped.cpp | 134 template <typename T> static void foo_t() {} // expected-warning {{unused function template 'foo_t'… in foo_t() function 135 template <> void foo_t<int>() {} // expected-warning {{function 'foo_t<int>' is not nee… in foo_t() function 140 foo_t<int>(); in bar() 141 foo_t<void>(); in bar()
|
| H A D | lambda-unevaluated.cpp | 92 struct foo_t { // expected-note 2{{candidate constructor}} struct 93 foo_t(T ptr) {} // expected-note{{candidate constructor}} in foo_t() function 97 using alias = foo_t<T, decltype([](int) { return 0; })>; in __anona4a563871a02()
|
| H A D | illegal-member-initialization.cpp | 30 foo_t a; // expected-error {{unknown type name 'foo_t'}}
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.start/basic.start.init/ |
| H A D | p2.cpp | 5 struct foo_t { struct 13 static const foo_t x = {{0}}; argument
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-typedefs/ |
| H A D | a1.h | 9 typedef struct {} foo_t; typedef 10 typedef foo_t foo2_t;
|
| H A D | b1.h | 3 typedef struct {} foo_t; typedef 4 typedef foo_t foo2_t;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ifunc.c | 14 typedef int (*foo_t)(int); typedef 18 static foo_t foo_ifunc(void) { in foo_ifunc()
|
| H A D | object-size-flex-array.c | 10 } foo_t; typedef 28 unsigned bar(foo_t *f) { in bar()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | declarators.c | 45 foo_t *d; // expected-error {{unknown type name 'foo_t'}} 46 foo_t a; // expected-error {{unknown type name 'foo_t'}}
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | type-unique-simple2-a.ll | 8 ; typedef int foo_t; 12 ; virtual const foo_t getFoo(); 17 ; foo_t bar() { 106 !23 = !DIDerivedType(tag: DW_TAG_typedef, name: "foo_t", line: 1, file: !24, baseType: !13)
|
| H A D | type-unique-simple2-b.ll | 8 ; foo_t A::getFoo() { return 1; } 72 !23 = !DIDerivedType(tag: DW_TAG_typedef, name: "foo_t", line: 1, file: !5, baseType: !13)
|
| H A D | type-unique-odr-a.ll | 28 ; foo_t bar() {
|
| /llvm-project-15.0.7/clang/test/CodeGenHIP/ |
| H A D | hipspv-addr-spaces.cpp | 20 __device__ struct foo_t { struct
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopIdiom/ |
| H A D | struct_pattern.ll | 14 ;void bar1(foo_t *f, unsigned n) { 69 ;void bar2(foo_t *f, unsigned n) { 124 ;void bar3(foo_t *f, unsigned n) { 186 ;void bar4(foo_t *f, unsigned n) {
|
| H A D | struct-custom-dl.ll | 9 ;void bar1(foo_t *f, unsigned n) { 61 ;void bar2(foo_t *f, unsigned n) { 113 ;void bar3(foo_t *f, unsigned n) { 168 ;void bar4(foo_t *f, unsigned n) {
|
| H A D | struct.ll | 11 ;void bar1(foo_t *f, unsigned n) { 66 ;void bar2(foo_t *f, unsigned n) { 121 ;void bar3(foo_t *f, unsigned n) { 183 ;void bar4(foo_t *f, unsigned n) {
|