Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Layout/
H A Dms-x86-size-alignment-fail.cpp8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() argument
H A Dms-x86-vfvb-sharing.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() function
H A Dms-x86-primary-bases.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() struct
H A Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; struct
H A Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
11 virtual void f() { printf("B0"); } in f() argument
H A Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
H A Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() struct
H A Dms-x86-aligned-tail-padding.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() function
H A Dms-x86-empty-virtual-base.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B0() function
H A Dms-x86-lazy-empty-nonvirtual-base.cpp8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp32 const Base* B0; in pointers() local
47 const PolymorphicBase* B0; in pointers_polymorphic() local
72 Base B0; in references() local
89 PolymorphicBase B0; in references_polymorphic() local
110 auto B0 = static_cast<B*>(new D()); templ() local
[all...]
H A Dpro-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
/llvm-project/clang/test/SemaObjC/
H A Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/llvm-project/clang/test/SemaCXX/
H A Dattr-availability.cpp6 struct B0 { struct
H A Denum-attr.cpp8 B0 = 1, B1 = 10 enumerator
H A Dwarn-cast-align.cpp64 struct B0 { struct
74 B0 &m1; argument
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp6 struct B0 : A0 { }; // expected-error {{base class has incomplete type}} struct
67 struct B0 : A0 { }; // expected-error {{base class has incomplete type}} struct
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-objects.mm95 struct B0 { long long x; }; argument
/llvm-project/clang/test/CodeGen/
H A Dmips64-class-return.cpp3 class B0 { class
H A Ddebug-info-enum.cpp11 B0 = 127, enumerator
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp6 template <typename T> struct B0: A0 { struct
7 static void f() { in f()
/llvm-project/clang/test/CodeGenCXX/
H A Dptrauth-virtual-function.cpp105 class B0 { global() class
519 B0 B0; materializeConstructors() local
[all...]
H A Dtrivial_abi.cpp46 struct B0 { struct
/llvm-project/clang/test/Sema/
H A Denum-attr.c8 B0 = 1, B1 = 10 enumerator
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp127 BufferQueue::Buffer B0; in TEST() local

12