Home
last modified time | relevance | path

Searched defs:B4 (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/clang/test/Layout/
H A Dms-x86-vfvb-sharing.cpp12 struct B4 : virtual B1 { B4() { printf("B4 = %p\n", this); } virtual void g() { printf("B4"); } }; in B4() function
H A Dms-x86-vfvb-alignment.cpp12 struct B4 : virtual B3 { int a; B4() : a(0xf00000B4) {} }; in B4() function
H A Dms-x86-empty-nonvirtual-bases.cpp12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %p\n", this);} }; in B4() struct
H A Dms-x86-basic-layout.cpp13 struct B4 { struct
15 B4() : a(0xf00000b4) {} in B4() argument
H A Dms-x86-empty-virtual-base.cpp12 struct __declspec(align(8)) B4 { B4() {printf("B4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B4() argument
H A Dms-x86-lazy-empty-nonvirtual-base.cpp12 struct B4 { B4() { printf("B4 = %p\n", this); } }; in B4() struct
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp16 …struct B4 { // expected-note 2{{definition of 'CurrentInstantiation::A0::B4' is not complete until… struct
17 struct C0 : A0, B4 { }; // expected-error 2{{base class has incomplete type}}
20 struct C1 : A0, B4 { }; // expected-error 2{{base class has incomplete type}}
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c17 typedef struct B4 {} *B4; typedef
H A Dattr-mode-enums.c48 enum __attribute__((mode(QI))) { A4, B4 } a12; in main() enumerator
H A Dwarn-duplicate-enum.c13 B4 = -2, enumerator
/llvm-project/clang/test/SemaCXX/
H A Dalignment-of-derived-class.cpp39 struct B4 : public A { struct
H A Dwarn-cast-align.cpp92 struct B4 { struct
99 struct __attribute__((aligned(16))) D3 : B4, D2 { argument
H A Dwarn-overloaded-virtual.cpp34 struct B4 { struct
H A Dattr-mode-tmpl.cpp15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations() enumerator
H A Dsugar-common-types.cpp19 using B4 = A4 __attribute__((matrix_type(4, 4))); typedef
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp27 template<typename T> struct B4 : B3<T>, B1 { struct
H A Dp3.cpp56 struct B4 { struct
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp59 struct B4 { struct
63 B4 b4; // expected-error {{deleted function}} argument
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp25 class B4 { B4(int i); }; class
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-enum.cpp53 enum class E4 : signed int { A4 = -2147483648, B4 = 2147483647 } x4; enumerator
H A Dattr-mode-enums.c19 typedef enum { A4, B4 } T4 __attribute__((mode(DI))); in main() enumerator
/llvm-project/clang/test/Parser/
H A Dcxx-concepts-requires-clause.cpp106 struct B4 { }; struct
/llvm-project/clang/test/Index/
H A Doverrides.m75 @interface B4 interface
/llvm-project/clang/test/SemaObjC/
H A Dinstancetype.m198 @interface B4 : Root @end interface
/llvm-project/clang/test/SemaObjCXX/
H A Dinstancetype.mm198 @interface B4 : Root @end interface

12