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

12

/external/llvm/test/MC/ELF/
H A Ddiff.s3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
11 // CHECK: 0x5 R_X86_64_32S zed 0x1
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: Name: zed
H A 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
27 // CHECK-NEXT: 0x4 R_X86_64_32 bar2@zed 0x0
30 // CHECK-NEXT: 0x10 R_X86_64_32 bar6@zed 0x0
35 // CHECK: Name: bar1@zed
44 // CHECK-NEXT: Name: bar3@@zed
[all...]
H A Drelax.s8 .set zed,foo
12 jmp zed
H A Dbad-expr3.s7 .section .zed
H A Dweakref-reloc.s7 call zed@PLT
12 // CHECK-NEXT: 0x1 R_X86_64_PLT32 zed 0xFFFFFFFFFFFFFFFC
37 // CHECK-NEXT: Name: zed (5)
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.s12 movq zed, %rax
17 zed: label
18 .global zed
30 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32S zed 0x{{[^ ]+}}
H A Drelocation-386.s32 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
33 // CHECK-NEXT: 0x4E R_386_GOT32 zed 0x0
34 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
35 // CHECK-NEXT: 0x54 R_386_GOTOFF zed 0x0
36 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol
37 // CHECK-NEXT: 0x5A R_386_TLS_IE zed 0x0
38 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol
39 // CHECK-NEXT: 0x60 R_386_TLS_LE zed 0x0
40 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol
41 // CHECK-NEXT: 0x66 R_386_TLS_GOTIE zed
134 zed: label
[all...]
H A Dalias-reloc.s8 .section zed, "", @progbits
54 // CHECK-NEXT: Section: zed
H A Dcomdat.s88 .section .zed,"axG",@progbits,g2,comdat
H A Dtls.s11 .section .zed,"awT",@progbits
22 // CHECK-NEXT: Section: .zed (0x5)
/external/clang/test/SemaCXX/
H A DPR6618.cpp3 struct zed { struct
7 zed h;
H A Dpr13353.cpp6 class zed : public foo { class in inherits:foo
9 class bah : public zed<T> {
H A DPR8884.cpp8 void zed () { function in struct:foo
H A Dwarn-variable-not-needed.cpp17 virtual void zed();
19 void foo::zed() { function in class:test2::__anon19429::foo
/external/clang/test/Index/
H A Dpch-with-errors.c9 struct zed { struct
13 zed h;
16 void errparm(zed e);
H A Dcomplete-lambdas.cpp7 void f(int zed) { argument
23 // CHECK-CC1-NEXT: ParmDecl:{ResultType int}{TypedText zed} (34)
28 // CHECK-CC2-NEXT: ParmDecl:{ResultType int}{TypedText zed} (34)
32 // CHECK-CC3-NEXT: ParmDecl:{ResultType int}{TypedText zed} (34)
40 // CHECK-CC4: ParmDecl:{ResultType int}{TypedText zed} (34)
/external/clang/test/CodeGenCXX/
H A Darm-cc.cpp13 void zed(SMLoc x);
16 zed(a);
H A Dpragma-weak.cpp15 #pragma weak zed macro
16 namespace bar { void zed() {} } function in namespace:bar
H A Dvisibility.cpp75 foo *zed() { function in namespace:test41
92 struct zed { struct in struct:test48::bar
96 bar::zed<&x> y;
576 void zed() {} function in class:PR10113::DEFAULT::bar
583 struct zed { struct in namespace:PR10113
585 template class foo::bar<zed>;
609 class zed { class in namespace:PR11690_2::DEFAULT
616 template class foo::zed<baz>; member in class:PR11690_2::foo
713 struct HIDDEN zed { struct in namespace:test33
715 template class DEFAULT foo<zed>;
742 class DEFAULT zed { class in namespace:test35
775 struct HIDDEN zed { struct in namespace:test38
822 void bar<foo>::zed() { function in class:test42::bar
880 void zed() { function in namespace:test46
916 void zed() { function in struct:test49::bar
935 void zed() { function in struct:test50::bar
952 void DEFAULT zed() { function in namespace:test51
969 void zed() { function in namespace:test52
984 enum zed {v1}; enum in namespace:test53
1011 class zed { class in namespace:test54
1070 static void zed() { function in struct:test58::bar
1238 static void zed() {} function in struct:test66::barT
1248 static void zed() {} function in struct:test66::barI
1259 static void zed() {} function in struct:test66::barF
1271 static void zed() {} function in struct:test67::bar
[all...]
H A Dlinkage.cpp155 inline void *zed() { function in namespace:test12
160 void *h() { return zed(); }
171 void *zed() { return foo(); } function in namespace:test13
190 template <class T> void zed() {} function in namespace:test15
194 return reinterpret_cast<void *>(zed<bar>);
201 template <class T> void zed() {} function in namespace:test16
208 return reinterpret_cast<void *>(zed<S>);
/external/llvm/test/MC/ARM/
H A 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/clang/test/Sema/
H A Dattr-decl-after-definition.c23 struct zed { // expected-note {{previous definition is here}} struct
25 struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede definition}}

Completed in 315 milliseconds

12