Home
last modified time | relevance | path

Searched defs:B0 (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm-project/clang/test/Layout/
Dms-x86-size-alignment-fail.cpp8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() argument
Dms-x86-vfvb-sharing.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() struct
Dms-x86-primary-bases.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() function
Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; argument
Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
11 virtual void f() { printf("B0"); } in f() argument
Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() struct
/external/clang/test/Layout/
Dms-x86-size-alignment-fail.cpp8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() function
Dms-x86-vfvb-sharing.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() function
Dms-x86-primary-bases.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() function
Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; struct
Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
11 virtual void f() { printf("B0"); } in f() argument
Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() argument
/external/libabigail/tests/data/test-diff-filter/
Dtest13-v0.cc1 struct B0 struct
5 B0(); argument
8 B0::B0() in B0() function in B0
Dtest13-v1.cc1 class B0 class
9 B0::B0() in B0() function in B0
/external/libabigail/tests/data/test-diff-dwarf/
Dtest8-v0.cc1 struct B0 struct
5 B0(); argument
8 B0::B0() in B0() function in B0
Dtest8-v1.cc1 class B0 class
9 B0::B0() in B0() function in B0
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-pro-type-static-cast-downcast.cpp31 const Base* B0; in pointers() local
46 const PolymorphicBase* B0; in pointers_polymorphic() local
71 Base B0; in references() local
88 PolymorphicBase B0; in references_polymorphic() local
109 auto B0 = static_cast<B*>(new D()); in templ() local
Dcppcoreguidelines-pro-type-cstyle-cast.cpp54 const Base* B0; in pointers() local
69 const PolymorphicBase* B0; in pointers_polymorphic() local
94 Base B0; in references() local
111 PolymorphicBase B0; in references_polymorphic() local
132 auto B0 = (B*)new D(); in templ() local
/external/llvm-project/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/external/webp/src/dsp/
Drescaler_neon.c80 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand_NEON() local
138 const uint32x4_t B0 = vqsubq_u32(in2, A0); in RescalerExportRowShrink_NEON() local
159 const uint16x4_t B0 = vmovn_u32(A0); in RescalerExportRowShrink_NEON() local
/external/llvm-project/clang/test/CodeGenObjCXX/
Dproperty-objects.mm98 struct B0 { long long x; }; argument
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm98 struct B0 { long long x; }; argument

123456