HomeSort by relevance Sort by last modified time
    Searched defs:zed (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/MC/ELF/
abs.s 3 // Test that zed will be an ABS symbol
7 zed = .Lfoo - .Lbar define
10 // CHECK-NEXT: (('st_name', 0x00000001) # 'zed'
merge.s 15 movq zed, %rax
19 zed: label
20 .global zed
95 // Symbol number 8 is zed
97 // CHECK-NEXT: (('st_name', 0x0000000b) # 'zed'
diff.s 3 .global zed
8 zed: label
9 mov zed+(bar-foo), %eax
diff2.s 4 .global zed
11 zed: label
13 mov zed+(bar-foo), %eax
relocation-386.s 90 // 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@DTPOFF) is of type R_386_TLS_LDO_32 and uses the symbo
230 zed: label
    [all...]
  /external/clang/test/SemaCXX/
PR8884.cpp 8 void zed () { function in struct:foo
PR6618.cpp 3 struct zed { struct
7 zed h;
  /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/clang/test/CodeGenCXX/
mangle.cpp 425 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::baz::X&)
    [all...]

Completed in 2243 milliseconds