Home
last modified time | relevance | path

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

123

/external/clang/test/CodeGenCXX/
Dvisibility.cpp75 foo *zed() { in zed() function
92 struct zed { struct
96 bar::zed<&x> y;
576 void zed() {} in zed() function in PR10113::foo::bar
583 struct zed { struct
585 template class foo::bar<zed>;
609 class zed { class
616 template class foo::zed<baz>; member in PR11690_2::foo
713 struct HIDDEN zed { struct
715 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()
Darm-cc.cpp13 void zed(SMLoc x);
16 zed(a); in baz()
Dpragma-weak.cpp15 #pragma weak zed macro
16 namespace bar { void zed() {} } in zed() function
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&);
Dvisibility-inlines-hidden.cpp118 inline void zed() { in zed() function
120 template void zed<float>();
123 zed<int>(); in bar()
/external/llvm/test/MC/ELF/
Drelocation-386.s109 movl zed@GOT(%eax), %eax
110 movl zed@GOTOFF(%eax), %eax
111 movl zed@INDNTPOFF(%eax), %eax
112 movl zed@NTPOFF(%eax), %eax
113 movl zed@GOTNTPOFF(%eax), %eax
114 call zed@PLT
115 movl zed@TLSGD(%eax), %eax
116 movl zed@TLSLDM(%eax), %eax
117 movl zed@TPOFF(%eax), %eax
118 movl zed@DTPOFF(%eax), %eax
[all …]
Dsymref.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
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.s15 movq zed, %rax
19 zed: label
20 .global zed symbol
Drelax.s8 .set zed,foo define
12 jmp zed
/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/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/Other/
Dextract-alias.ll14 ; DELETE: @zed = global i32 0
15 ; DELETE: @zeda0 = alias i32* @zed
25 ; ALIAS: @zed = external global i32
26 ; ALIAS: @zeda0 = alias i32* @zed
32 @zed = global i32 0
33 @zeda0 = alias i32* @zed
/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
Dpr14333.ll3 define void @bar(%foo* %zed) {
4 %tmp = getelementptr inbounds %foo* %zed, i64 0, i32 0
6 %tmp2 = getelementptr inbounds %foo* %zed, i64 0, i32 1
8 %tmp3 = bitcast %foo* %zed to i8*
Dvisibility.ll3 @zed = external hidden constant i32
7 call void @bar(i32* @zed)
13 ;CHECK: .hidden zed
Dinline-asm-h.ll5 define void @zed() nounwind {
11 ; CHECK: zed
/external/clang/test/Index/
Dpch-with-errors.c9 struct zed { struct
13 zed h; argument
16 void errparm(zed e);
/external/clang/test/SemaCXX/
DPR6618.cpp3 struct zed { struct
7 zed h; argument
Dpr13353.cpp6 class zed : public foo { class
9 class bah : public zed<T> {
Dwarn-variable-not-needed.cpp17 virtual void zed();
19 void foo::zed() { in zed() function in test2::__anon1695ed320111::foo
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp66 template <int *> struct zed {}; // expected-note 2{{template parameter is declared here}} struct
67 void g(zed<bar>*); // expected-error{{must have its address taken}}
70 void g2(zed<baz>*); // expected-error{{must have its address taken}}
72 void g3(zed<&baz>*); // okay
/external/llvm/test/Transforms/Internalize/
Davailable_externally.ll8 ; CHECK-LABEL: define internal void @zed(
9 define void @zed() {

123