/external/clang/test/CodeGenCXX/ |
D | visibility.cpp | 75 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 …]
|
D | linkage.cpp | 155 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()
|
D | arm-cc.cpp | 13 void zed(SMLoc x); 16 zed(a); in baz()
|
D | pragma-weak.cpp | 15 #pragma weak zed macro 16 namespace bar { void zed() {} } in zed() function
|
D | mangle.cpp | 430 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&);
|
D | visibility-inlines-hidden.cpp | 118 inline void zed() { in zed() function 120 template void zed<float>(); 123 zed<int>(); in bar()
|
/external/llvm/test/MC/ELF/ |
D | relocation-386.s | 109 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 …]
|
D | symref.s | 6 .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
|
D | diff.s | 3 .global zed symbol 8 zed: label 9 mov zed+(bar-foo), %eax
|
D | diff2.s | 4 .global zed symbol 11 zed: label 13 mov zed+(bar-foo), %eax
|
D | merge.s | 15 movq zed, %rax 19 zed: label 20 .global zed symbol
|
D | relax.s | 8 .set zed,foo define 12 jmp zed
|
/external/llvm/test/Object/ |
D | archive-replace-pos.test | 7 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/ |
D | unnamed-addr.ll | 5 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/ |
D | extract-alias.ll | 14 ; 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/ |
D | andimm8.ll | 6 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
|
D | pr14333.ll | 3 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*
|
D | visibility.ll | 3 @zed = external hidden constant i32 7 call void @bar(i32* @zed) 13 ;CHECK: .hidden zed
|
D | inline-asm-h.ll | 5 define void @zed() nounwind { 11 ; CHECK: zed
|
/external/clang/test/Index/ |
D | pch-with-errors.c | 9 struct zed { struct 13 zed h; argument 16 void errparm(zed e);
|
/external/clang/test/SemaCXX/ |
D | PR6618.cpp | 3 struct zed { struct 7 zed h; argument
|
D | pr13353.cpp | 6 class zed : public foo { class 9 class bah : public zed<T> {
|
D | warn-variable-not-needed.cpp | 17 virtual void zed(); 19 void foo::zed() { in zed() function in test2::__anon1695ed320111::foo
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p5.cpp | 66 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/ |
D | available_externally.ll | 8 ; CHECK-LABEL: define internal void @zed( 9 define void @zed() {
|