Home
last modified time | relevance | path

Searched refs:zed (Results 1 – 25 of 94) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Dvisibility.cpp78 foo *zed() { in zed() function
95 struct zed { struct
99 bar::zed<&x> y;
584 void zed() {} in zed() function in PR10113::foo::bar
591 struct zed { struct
593 template class foo::bar<zed>;
617 class zed { class
624 template class foo::zed<baz>; member in PR11690_2::foo
721 struct HIDDEN zed { struct
723 template class DEFAULT foo<zed>;
[all …]
Dlinkage.cpp155 inline void *zed() { in zed() function
160 void *h() { return zed(); } in h()
171 void *zed() { return foo(); } in zed() function
190 template <class T> void zed() {} in zed() function
194 return reinterpret_cast<void *>(zed<bar>); in foo()
201 template <class T> void zed() {} in zed() function
208 return reinterpret_cast<void *>(zed<S>); in bar()
Dmangle.cpp430 struct zed {}; struct
431 void g(zed<&foo::bar>*) in g()
438 struct zed {}; struct
439 void g(zed<&foo::bar>*) in g()
446 struct zed {}; struct
447 void g(zed<&foo::bar>*) in g()
454 struct zed {}; struct
455 void g(zed<&foo::bar>*) in g()
473 template <class zaz, class zed>
474 void f(const typename zed::baz::X&);
[all …]
/external/llvm/test/tools/gold/X86/
Dtype-merge2.ll8 %zed = type { i8 }
10 call void @bar(%zed* null)
13 declare void @bar(%zed*)
15 ; CHECK: %zed = type { i8 }
16 ; CHECK-NEXT: %zed.0 = type { i16 }
19 ; CHECK-NEXT: call void bitcast (void (%zed.0*)* @bar to void (%zed*)*)(%zed* null)
23 ; CHECK: define void @bar(%zed.0* %this) {
24 ; CHECK-NEXT: store %zed.0* %this, %zed.0** null
Dalias2.ll5 @bar = alias void (), void ()* @zed
10 define void @zed() {
14 ; CHECK: @bar = alias void (), void ()* @zed
21 ; CHECK: define void @zed() {
Davailable-externally.ll16 call void @zed()
22 define available_externally void @zed() {
27 ; CHECK-DAG: define void @zed() {
/external/llvm/test/MC/ELF/
Drelocation-386.s101 movl zed@GOT(%eax), %eax
102 movl zed@GOTOFF(%eax), %eax
103 movl zed@INDNTPOFF(%eax), %eax
104 movl zed@NTPOFF(%eax), %eax
105 movl zed@GOTNTPOFF(%eax), %eax
106 call zed@PLT
107 movl zed@TLSGD(%eax), %eax
108 movl zed@TLSLDM(%eax), %eax
109 movl zed@TPOFF(%eax), %eax
110 movl zed@DTPOFF(%eax), %eax
[all …]
Dsymver.s6 .symver defined1, bar1@zed
7 .symver undefined1, bar2@zed
9 .symver defined2, bar3@@zed
11 .symver defined3, bar5@@@zed
12 .symver undefined3, bar6@@@zed
21 .symver global1, g1@@zed
Dalias-to-local.s10 movl $zed, %eax
13 .section .data.bar,"aGw",@progbits,zed,comdat
17 .globl zed symbol
18 zed = bar define
Ddiff.s3 .global zed symbol
8 zed: label
9 mov zed+(bar-foo), %eax
Ddiff2.s4 .global zed symbol
11 zed: label
13 mov zed+(bar-foo), %eax
Dmerge.s12 movq zed, %rax
17 zed: label
18 .global zed symbol
/external/llvm/test/CodeGen/X86/
Dandimm8.ll6 define i64 @bra(i32 %zed) nounwind {
7 %t1 = zext i32 %zed to i64
14 define void @foo(i64 %zed, i64* %x) nounwind {
15 %t1 = and i64 %zed, -4
21 define i64 @bar(i64 %zed) nounwind {
23 %t1 = and i64 %zed, 42
27 define i64 @baz(i64 %zed) nounwind {
29 %t1 = and i64 %zed, 2147483647
Dpr14333.ll3 define void @bar(%foo* %zed) {
4 %tmp = getelementptr inbounds %foo, %foo* %zed, i64 0, i32 0
6 %tmp2 = getelementptr inbounds %foo, %foo* %zed, i64 0, i32 1
8 %tmp3 = bitcast %foo* %zed to i8*
Dvisibility.ll3 @zed = external hidden constant i32
11 call void @bar(i32* @zed)
18 ;CHECK: .hidden zed
/external/llvm/test/MC/ARM/
Darm-elf-symver.s7 .symver defined1, bar1@zed
8 .symver undefined1, bar2@zed
10 .symver defined2, bar3@@zed
12 .symver defined3, bar5@@@zed
13 .symver undefined3, bar6@@@zed
22 .symver global1, g1@@zed
28 @ CHECK-NEXT: 0x4 R_ARM_ABS32 bar2@zed 0x0
31 @ CHECK-NEXT: 0x10 R_ARM_ABS32 bar6@zed 0x0
36 @ CHECK: Name: bar1@zed
45 @ CHECK-NEXT: Name: bar3@@zed
[all …]
Dcomment.s17 .symver defined1, bar1@zed
18 .symver defined2, bar3@@zed
19 .symver defined3, bar5@@@zed
37 @CHECK: bar1@zed = defined1
38 @CHECK: bar3@@zed = defined2
39 @CHECK: bar5@@@zed = defined3
/external/llvm/test/Object/
Darchive-replace-pos.test7 RUN: touch %t.zed
8 RUN: llvm-ar rca %t.foo %t.a %t.zed
12 CHECK-NEXT: .zed
16 RUN: llvm-ar rc %t.a %t.zed %t.foo %t.bar
19 CHECK2: .zed
23 RUN: llvm-ar rca %t.foo %t.a %t.zed
26 CHECK3-NEXT: .zed
29 RUN: llvm-ar rc %t.a %t.zed
/external/llvm/test/tools/gold/X86/Inputs/
Dtype-merge2.ll1 %zed = type { i16 }
2 define void @bar(%zed* %this) {
3 store %zed* %this, %zed** null
/external/llvm/test/MC/COFF/
Dpr23025.s11 leaq zed(%rip), %rax
15 .section .rdata,"dr",discard,zed
19 .globl zed symbol
20 zed = Lbar+1 define
/external/llvm/test/Other/
Dextract-alias.ll14 ; DELETE: @zed = global i32 0
15 ; DELETE: @zeda0 = alias i32, i32* @zed
25 ; ALIAS: @zed = external global i32
26 ; ALIAS: @zeda0 = alias i32, i32* @zed
32 @zed = global i32 0
33 @zeda0 = alias i32, i32* @zed
/external/llvm/test/Transforms/ConstantMerge/
Dunnamed-addr.ll5 declare void @zed(%struct.foobar*, %struct.foobar*)
30 ; CHECK: declare void @zed(%struct.foobar*, %struct.foobar*)
34 call void @zed(%struct.foobar* @test1.x, %struct.foobar* @test1.y)
35 call void @zed(%struct.foobar* @test2.x, %struct.foobar* @test2.y)
36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
37 call void @zed(%struct.foobar* @test4.x, %struct.foobar* @test4.y)
/external/llvm/test/Linker/
Dalias.ll17 ; C1-DAG: @foo = alias i32, i32* @zed
18 ; C2-DAG: @foo = alias i32, i32* @zed
27 ; C1-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
28 ; C2-DAG: @foo2 = alias i16, bitcast (i32* @zed to i16*)
36 ; C1-DAG: @zed = global i32 42
37 ; C2-DAG: @zed = global i32 42
/external/llvm/test/Linker/Inputs/
Dalias.ll1 @zed = global i32 42
2 @foo = alias i32, i32* @zed
3 @foo2 = alias i16, bitcast (i32* @zed to i16*)
/external/clang/test/Index/
Dpch-with-errors.c9 struct zed { struct
13 zed h; argument
16 void errparm(zed e);

1234