Home
last modified time | relevance | path

Searched defs:B3 (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m52 @interface B3 : A1 <P2> interface
55 @implementation B3 implementation
/external/clang/test/Layout/
Dms-x86-vfvb-sharing.cpp11 struct B3 : virtual B1 { B3() { printf("B3 = %p\n", this); } }; in B3() argument
Dms-x86-vfvb-alignment.cpp11 struct B3 { __declspec(align(16)) int a; B3() : a(0xf00000B3) {} }; in B3() argument
Dms-x86-aligned-tail-padding.cpp20 struct __declspec(align(16)) B3 { struct
23 B3() : a(0xf00000B3), a1(0xf00000B3f00000B3ll) {} in B3() argument
Dms-x86-empty-nonvirtual-bases.cpp11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %p\n", this);} }; in B3() function
Dms-x86-empty-virtual-base.cpp11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B3() argument
Dms-x86-lazy-empty-nonvirtual-base.cpp11 struct B3 { B3() { printf("B3 = %p\n", this); } }; in B3() function
/external/clang/test/SemaCXX/
Dalignment-of-derived-class.cpp22 struct B3 : public A { struct
Dwarn-enum-compare.cpp10 enum Baz {B1, B2, B3}; enumerator
14 enum Baz {B1, B2, B3}; enumerator
Dinherit.cpp8 class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base specifier}} class
Dconversion-delete-expr.cpp46 struct B3 { struct
Dwarn-overloaded-virtual.cpp24 struct B3 { struct
/external/clang/test/SemaTemplate/
Ddependent-base-member-init.cpp20 template <class C> class B3 { class
22 B3() : x(1,2) {} in B3() function in B3
/external/clang/test/CXX/special/class.inhctor/
Dp7.cpp24 template<typename T> struct B3 { struct
Dp3.cpp27 struct B3 { // expected-note 2{{candidate}} struct
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp54 struct B3 { struct
58 B3 b3; // expected-error {{deleted function}} argument
/external/clang/test/CodeGen/
Dattr-mode-enums.c15 typedef enum { A3, B3 } __attribute__((mode(SI))) T3; in main() enumerator
/external/clang/test/Sema/
Dattr-mode-enums.c37 typedef enum __attribute__((mode(QI))) { A3, B3 } CompleteType5; in main() enumerator
Dwarn-duplicate-enum.c12 B3, enumerator
/external/webp/src/dsp/
Drescaler_sse2.c206 const __m128i B3 = _mm_mul_epu32(*A3, *mult); in ProcessRow() local
259 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpandSSE2() local
305 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrinkSSE2() local
Dcommon_sse2.h174 const __m128i B3 = _mm_unpackhi_epi8(A2, A3); in VP8L32bToPlanar() local
Dyuv_sse2.c245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32() local
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32() local
357 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow() local
393 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow() local
698 const __m128i B3 = _mm_unpackhi_epi16(A2, A3); // b4 b5 b6 b7 | x x x x in RGBA32PackedToPlanar_16b() local
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp83 struct B3 { struct
90 template struct CopyAssign<B3>; argument
/external/swiftshader/third_party/LLVM/unittests/Support/
DCasting.cpp75 const bar &B3 = B1; variable
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp142 LazyCallGraph::Node &B3 = (I++)->getNode(CG); in TEST() local
609 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST() local
1122 LazyCallGraph::Node &B3 = *CG.lookup(lookupFunction(*M, "b3")); in TEST() local

12