Searched defs:B11 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp67 struct __attribute__((abi_tag("A"))) B11 { struct
70 A10 B11::b;
71 // B11[abi:A]::b[abi:B]
/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp19 struct B11 { char c[8]; B11() { printf("B11 = %p\n", this); } }; function in struct:B11
342 struct AA3 : B11, B1, virtual B0 {
350 // CHECK-NEXT: 0 | struct B11 (base)
361 // CHECK-X64-NEXT: 0 | struct B11 (base)
370 struct AB3 : B11, B1, virtual B0 {
377 // CHECK-NEXT: 0 | struct B11 (base)
387 // CHECK-X64-NEXT: 0 | struct B11 (base)
396 struct AC3 : B11, B
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp47 static constexpr IValueT B11 = 1 << 11; member in namespace:__anon23450
1108 const IValueT Encoding = B27 | B26 | B25 | B11 | B9 | B8 | B4 |
1274 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8;
1298 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9;
1650 IValueT Encoding = (Cond << kConditionShift) | B24 | B23 | B11 | B10 | B9 |
2142 B17 | B16 | B11 | B10 | B9 | B8 | B5 | B4;
2154 B16 | B11 | B10 | B9 | B8 | B5 | B4;
2391 constexpr IValueT VaddqiOpcode = B11;
2403 constexpr IValueT VaddqfOpcode = B11 | B8;
2452 constexpr IValueT VceqOpcode = B24 | B11 | B
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2603 B11 = 1 << 11, enumerator in enum:v8::internal::__anon27822
/external/v8/src/s390/
H A Dconstants-s390.h1744 B11 = 1 << 11, enumerator in enum:v8::internal::__anon27880

Completed in 351 milliseconds