/external/llvm/test/MC/ELF/ |
abs.s | 3 // Test that zed will be an ABS symbol 7 zed = .Lfoo - .Lbar define 10 // CHECK: Name: zed
|
merge.s | 12 movq zed, %rax 17 zed: label 18 .global zed 30 // CHECK-NEXT: 0x{{[^ ]+}} R_X86_64_32S zed 0x{{[^ ]+}}
|
alias-to-local.s | 5 // CHECK-NEXT: 0x1 R_X86_64_32 zed 0x0 10 movl $zed, %eax 13 .section .data.bar,"aGw",@progbits,zed,comdat 17 .globl zed 18 zed = bar define
|
diff.s | 3 .global zed 8 zed: label 9 mov zed+(bar-foo), %eax 11 // CHECK: 0x5 R_X86_64_32S zed 0x1
|
diff2.s | 4 .global zed 11 zed: label 13 mov zed+(bar-foo), %eax
|
relocation-386.s | 35 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol 36 // CHECK-NEXT: 0x4E R_386_GOT32 zed 0x0 37 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol 38 // CHECK-NEXT: 0x54 R_386_GOTOFF zed 0x0 39 // Relocation 15 (zed@INDNTPOFF) is of type R_386_TLS_IE and uses the symbol 40 // CHECK-NEXT: 0x5A R_386_TLS_IE zed 0x0 41 // Relocation 16 (zed@NTPOFF) is of type R_386_TLS_LE and uses the symbol 42 // CHECK-NEXT: 0x60 R_386_TLS_LE zed 0x0 43 // Relocation 17 (zed@GOTNTPOFF) is of type R_386_TLS_GOTIE and uses the symbol 44 // CHECK-NEXT: 0x66 R_386_TLS_GOTIE zed 0x 128 zed: label [all...] |
relocation.s | 37 zed = foo +2 define 38 call zed@PLT 90 // CHECK-NEXT: 0x91 R_X86_64_PLT32 zed 0xFFFFFFFFFFFFFFFC
|
type.s | 12 .type zed,@gnu_unique_object 13 zed: label 314 // CHECK-NEXT: Name: zed
|
/external/clang/test/SemaCXX/ |
PR8884.cpp | 8 void zed () { function in struct:foo
|
pr13353.cpp | 6 class zed : public foo { class in inherits:foo 9 class bah : public zed<T> {
|
PR6618.cpp | 3 struct zed { struct 7 zed h;
|
warn-variable-not-needed.cpp | 17 virtual void zed(); 19 void foo::zed() { function in class:test2::__anon9083::foo
|
decl-microsoft-call-conv.cpp | 193 bool zed(foo::bar *); 195 void baz() { zed(bah); } 218 void zed(bar_t foo::*) { function in namespace:test6 221 zed(&foo::bar);
|
/external/llvm/test/MC/COFF/ |
pr23025.s | 5 // CHECK-NEXT: 0x3 IMAGE_REL_AMD64_REL32 zed 11 leaq zed(%rip), %rax 15 .section .rdata,"dr",discard,zed 19 .globl zed 20 zed = Lbar+1 define
|
/external/clang/test/Index/ |
pch-with-errors.c | 9 struct zed { struct 13 zed h; 16 void errparm(zed e);
|
/external/clang/test/Sema/ |
attr-decl-after-definition.c | 23 struct zed { // expected-note {{previous definition is here}} struct 25 struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede definition}}
|
/external/clang/test/CodeGenCXX/ |
pragma-weak.cpp | 15 #pragma weak zed macro 16 namespace bar { void zed() {} } function in namespace:bar
|
pragma-visibility.cpp | 68 void zed() { function in namespace:test2
|
ctor-dtor-alias.cpp | 143 // Test that we replace ~zed with ~bar which is an alias to ~foo. 155 struct zed : public bar {}; struct in namespace:test8 156 zed foo; 167 void zed() { function in namespace:test9
|
linkage.cpp | 155 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>);
|
visibility-inlines-hidden.cpp | 118 inline void zed() { function in namespace:test3 120 template void zed<float>(); 123 zed<int>();
|
visibility.cpp | 78 foo *zed() { function in namespace:test41 95 struct zed { struct in struct:test48::bar 99 bar::zed<&x> y; 584 void zed() {} function in class:PR10113::DEFAULT::bar 591 struct zed { struct in namespace:PR10113 593 template class foo::bar<zed>; 617 class zed { class in namespace:PR11690_2::DEFAULT 624 template class foo::zed<baz>; member in class:PR11690_2::foo 721 struct HIDDEN zed { struct in namespace:test33 723 template class DEFAULT foo<zed>; 750 class DEFAULT zed { class in namespace:test35 783 struct HIDDEN zed { struct in namespace:test38 830 void bar<foo>::zed() { function in class:test42::bar 888 void zed() { function in namespace:test46 924 void zed() { function in struct:test49::bar 943 void zed() { function in struct:test50::bar 960 void DEFAULT zed() { function in namespace:test51 977 void zed() { function in namespace:test52 992 enum zed {v1}; enum in namespace:test53 1019 class zed { class in namespace:test54 1078 static void zed() { function in struct:test58::bar 1246 static void zed() {} function in struct:test66::barT 1256 static void zed() {} function in struct:test66::barI 1267 static void zed() {} function in struct:test66::barF 1279 static void zed() {} function in struct:test67::bar [all...] |
mangle.cpp | 430 struct zed {}; struct in namespace:test4 431 void g(zed<&foo::bar>*) 438 struct zed {}; struct in namespace:test5 439 void g(zed<&foo::bar>*) 446 struct zed {}; struct in namespace:test6 447 void g(zed<&foo::bar>*) 454 struct zed {}; struct in namespace:test7 455 void g(zed<&foo::bar>*) 473 template <class zaz, class zed> 474 void f(const typename zed::baz::X&) 941 struct zed {}; struct in namespace:test43 [all...] |
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p5.cpp | 66 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
|
/external/icu/icu4c/source/test/intltest/ |
alphaindextst.cpp | 178 const UnicodeString zed = UNICODE_STRING_SIMPLE("Zed"); local 298 n = index->getBucketIndex(zed, status); 329 n = index->getBucketIndex(zed, status); 330 assertEquals("Russian index.getBucketIndex(zed)", expectedLatinIndex, n);
|