Searched refs:zed (Results 1 - 20 of 20) sorted by relevance

/external/llvm/test/MC/ELF/
H A Ddiff.s3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
H A Ddiff2.s4 .global zed
11 zed: label
13 mov zed+(bar-foo), %eax
H A Dabs.s3 // Test that zed will be an ABS symbol
7 zed = .Lfoo - .Lbar define
10 // CHECK-NEXT: (('st_name', 0x00000001) # 'zed'
H A 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
58 // CHECK-NEXT: (('st_name', 0x00000013) # 'bar1@zed'
67 // CHECK-NEXT: (('st_name', 0x00000025) # 'bar3@@zed'
76 // CHECK-NEXT: (('st_name', 0x0000002f) # 'bar5@@zed'
130 // CHECK-NEXT: (('st_name', 0x0000004a) # 'g1@@zed'
[all...]
H A Drelax.s8 .set zed,foo
12 jmp zed
H A Dweakref-reloc.s7 call zed@PLT
42 // CHECK-NEXT: (('st_name', 0x00000005) # 'zed'
H A Drename.s7 // This is a regression test for a bug where we used bar5@@@zed when deciding
13 .symver defined3, bar5@@@zed
H A Dmerge.s15 movq zed, %rax
19 zed: label
20 .global zed
95 // Symbol number 8 is zed
97 // CHECK-NEXT: (('st_name', 0x0000000b) # 'zed'
H A Drelocation-386.s90 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
96 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
102 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol
108 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol
114 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol
120 // Relocation 18 (zed@PLT) is of type R_386_PLT32 and uses the symbol
126 // Relocation 19 (zed@TLSGD) is of type R_386_TLS_GD and uses the symbol
132 // Relocation 20 (zed@TLSLDM) is of type R_386_TLS_LDM and uses the symbol
138 // Relocation 21 (zed@TPOFF) is of type R_386_TLS_LE_32 and uses the symbol
144 // Relocation 22 (zed
230 zed: label
[all...]
H A Dtls.s9 .section .zed,"awT",@progbits
H A Dtype.s13 .type zed,@gnu_unique_object
H A Dalias-reloc.s8 .section zed, "", @progbits
H A Dcomdat.s82 .section .zed,"axG",@progbits,g2,comdat
H A Dsection.s20 .section zed, ""
58 // CHECK-NEXT: (('sh_name', 0x00000058) # 'zed'
/external/clang/test/SemaCXX/
H A DPR6618.cpp3 struct zed { struct
7 zed h;
H A DPR8884.cpp8 void zed () { function in struct:foo
/external/clang/test/CodeGenCXX/
H A Darm-cc.cpp13 void zed(SMLoc x);
16 zed(a);
H A Dmangle.cpp425 struct zed {}; struct in namespace:test4
426 void g(zed<&foo::bar>*)
433 struct zed {}; struct in namespace:test5
434 void g(zed<&foo::bar>*)
441 struct zed {}; struct in namespace:test6
442 void g(zed<&foo::bar>*)
449 struct zed {}; struct in namespace:test7
450 void g(zed<&foo::bar>*)
468 template <class zaz, class zed>
469 void f(const typename zed
[all...]
H A Dtemporaries.cpp298 D& zed(B);
301 zed(foo);
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp66 template <int *> struct zed {}; // expected-note 2{{template parameter is declared here}} struct in namespace:pointer_to_object_parameters
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

Completed in 611 milliseconds