Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/SPARC/
D2011-01-22-SRet.ll3 %struct.foo_t = type { i32, i32, i32 }
5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwin…
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 %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
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 @s) nounwind
18 declare i32 @bar(%struct.foo_t* byval)
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/
D2011-01-22-SRet.ll3 %struct.foo_t = type { i32, i32, i32 }
5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwin…
10 %0 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 0
12 %1 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 1
14 %2 = getelementptr inbounds %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 %f, i32 10, i32 20, i32 30) nounwind
27 %0 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 0
29 %2 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 1
31 %4 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 2
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 @s) nounwind
18 declare i32 @bar(%struct.foo_t* byval)
/external/selinux/libsepol/cil/test/integration_testing/
Dmls_policy.cil22 (type foo_t)
37 (sidcontext test_sid (foo_u foo_r foo_t (s0 (c0)) (s0 (c0))))
39 (sidcontext test_sid_anon_l (foo_u foo_r foo_t low high))
41 (context con (foo_u foo_r foo_t low high))
42 (context con_anon_l (foo_u foo_r foo_t (s0 (c0)) high))
77 (roletransition foo_r foo_t testing rolea_r)
88 (nametypetransition string typea_t typeb_t fooclass foo_t)
90 (typepermissive foo_t)
99 (attributetypes attrs (foo_t))
101 (roletype foo_r foo_t)
Dnonmls.cil4 (type foo_t)
16 ;(sidcontext test_sid (foo_u foo_r foo_t (s0 (c0)) (s0 (c0))))
53 (roletransition foo_r foo_t testing rolea_r)
59 (nametypetransition string typea_t typeb_t fooclass foo_t)
61 (typepermissive foo_t)
70 (attributetypes attrs (foo_t))
72 (roletype foo_r foo_t)
Dnonmls.conf36 type foo_t, attrs;
48 role foo_r types foo_t;
76 sid test_sid foo_u:foo_r:foo_t
/external/clang/test/Misc/
Ddiag-aka-types.cpp4 typedef X foo_t; typedef
6 foo_t *ptr;
9 const foo_t &ref = foo_t();
/external/clang/test/Modules/Inputs/merge-typedefs/
Db1.h3 typedef struct {} foo_t; typedef
4 typedef foo_t foo2_t;
Da1.h9 typedef struct {} foo_t; typedef
10 typedef foo_t foo2_t;
/external/clang/test/CodeGen/
Difunc.c14 typedef int (*foo_t)(int); typedef
18 static foo_t foo_ifunc() { in foo_ifunc()
/external/clang/test/Parser/
Ddeclarators.c44 foo_t *d; // expected-error {{unknown type name 'foo_t'}}
45 foo_t a; // expected-error {{unknown type name 'foo_t'}}
/external/llvm/test/Linker/
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)
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)
Dtype-unique-odr-a.ll28 ; foo_t bar() {
/external/clang/test/SemaCXX/
Dillegal-member-initialization.cpp30 foo_t a; // expected-error {{unknown type name 'foo_t'}}
/external/llvm/test/Transforms/LoopIdiom/
Dstruct_pattern.ll13 ;void bar1(foo_t *f, unsigned n) {
48 ;void bar2(foo_t *f, unsigned n) {
83 ;void bar3(foo_t *f, unsigned n) {
120 ;void bar4(foo_t *f, unsigned n) {
Dstruct.ll10 ;void bar1(foo_t *f, unsigned n) {
45 ;void bar2(foo_t *f, unsigned n) {
80 ;void bar3(foo_t *f, unsigned n) {
117 ;void bar4(foo_t *f, unsigned n) {
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dt6.c4 typedef EFI_STATUS (*foo_t)(EFI_HANDLE, EFI_GUID *, VOID **); typedef
/external/clang/test/Sema/
Dfunction.c76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} in invalid_type()
/external/syslinux/gnu-efi/gnu-efi-3.0/
DChangeLog189 - Removes the "#define foo_t efi_foo_t" macros from reloc_ia32.c and
200 type definitions in efibind.h that made the #define foo_t efi_foo_t" hack
/external/liblzf/
Dconfigure6429 typedef int foo_t;
6430 static $ac_kw foo_t static_foo () {return 0; }
6431 $ac_kw foo_t foo () {return 0; }
/external/stressapptest/
Dconfigure5389 typedef int foo_t;
5390 static $ac_kw foo_t static_foo () {return 0; }
5391 $ac_kw foo_t foo () {return 0; }
/external/e2fsprogs/
Dconfigure6795 typedef int foo_t;
6796 static $ac_kw foo_t static_foo () {return 0; }
6797 $ac_kw foo_t foo () {return 0; }
/external/libcap-ng/libcap-ng-0.7/
Dconfigure12284 typedef int foo_t;
12285 static $ac_kw foo_t static_foo () {return 0; }
12286 $ac_kw foo_t foo () {return 0; }

12