Home
last modified time | relevance | path

Searched refs:foo_t (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A D2011-01-22-SRet.ll3 %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 D2011-01-21-ByValArgs.ll3 %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 Dcollectives05.f9010 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 Dcollectives04.f9010 type foo_t type
16 type(foo_t) f
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-aka-types.cpp4 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 Ddump-canonical.cpp4 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 Dwarn-strict-prototypes.c87 typedef void foo_t(unsigned val); typedef
88 __attribute__((noreturn)) foo_t foo15;
89 foo_t foo15; // OK
92 foo_t foo16;
H A Dfunction.c76 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 Dwarn-unused-filescoped.cpp134 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 Dlambda-unevaluated.cpp92 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 Dillegal-member-initialization.cpp30 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 Dp2.cpp5 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 Da1.h9 typedef struct {} foo_t; typedef
10 typedef foo_t foo2_t;
H A Db1.h3 typedef struct {} foo_t; typedef
4 typedef foo_t foo2_t;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Difunc.c14 typedef int (*foo_t)(int); typedef
18 static foo_t foo_ifunc(void) { in foo_ifunc()
H A Dobject-size-flex-array.c10 } foo_t; typedef
28 unsigned bar(foo_t *f) { in bar()
/llvm-project-15.0.7/clang/test/Parser/
H A Ddeclarators.c45 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 Dtype-unique-simple2-a.ll8 ; 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 Dtype-unique-simple2-b.ll8 ; foo_t A::getFoo() { return 1; }
72 !23 = !DIDerivedType(tag: DW_TAG_typedef, name: "foo_t", line: 1, file: !5, baseType: !13)
H A Dtype-unique-odr-a.ll28 ; foo_t bar() {
/llvm-project-15.0.7/clang/test/CodeGenHIP/
H A Dhipspv-addr-spaces.cpp20 __device__ struct foo_t { struct
/llvm-project-15.0.7/llvm/test/Transforms/LoopIdiom/
H A Dstruct_pattern.ll14 ;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 Dstruct-custom-dl.ll9 ;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 Dstruct.ll11 ;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) {