Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaObjC/
H A Dprotocol-implementation-inherited.m52 @interface B3 : A1 <P2> interface
55 @implementation B3 implementation
/llvm-project/clang/test/SemaCXX/
H A Dgh65522.cpp6 class B3 { // expected-note {{candidate template ignored: could not match 'B3<T>' against 'int'}} \ class
H A Dalignment-of-derived-class.cpp30 struct B3 : public A { struct
H A Dwarn-enum-compare.cpp13 enum Baz {B1, B2, B3}; enumerator
17 enum Baz {B1, B2, B3}; enumerator
H A Dinherit.cpp8 class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base specifier}} class
H A Dwarn-cast-align.cpp88 struct B3 { struct
96 struct D2 : B2, B3 { argument
H A Dconversion-delete-expr.cpp46 struct B3 { struct
H A Dwarn-overloaded-virtual.cpp24 struct B3 { struct
/llvm-project/clang/test/CodeGen/
H A Dwindows-seh-EHa-CppCondiTemps.cpp59 class B3 : public B2 { class
61 B3() { foo(data + 333); } in B3() function in B3
H A Dattr-mode-enums.c15 typedef enum { A3, B3 } __attribute__((mode(SI))) T3; in main() enumerator
/llvm-project/clang/test/Layout/
H A Dms-x86-vfvb-sharing.cpp11 struct B3 : virtual B1 { B3() { printf("B3 = %p\n", this); } }; in B3() function
H A Dms-x86-vfvb-alignment.cpp11 struct B3 { __declspec(align(16)) int a; B3() : a(0xf00000B3) {} }; in B3() struct
H A Dms-x86-aligned-tail-padding.cpp20 struct __declspec(align(16)) B3 { struct
23 B3() : a(0xf00000B3), a1(0xf00000B3f00000B3ll) {} in B3() argument
H A Dms-x86-empty-nonvirtual-bases.cpp11 struct __declspec(align(8)) B3 { B3() {printf("B3 : %p\n", this);} }; in B3() struct
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c13 typedef struct B3 {} B3; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dcfi-mfcall.cpp9 struct B3 : B2 {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-base-member-init.cpp20 template <class C> class B3 { class
22 B3() : x(1,2) {} in B3() function in B3
/llvm-project/clang/test/CXX/class.derived/class.derived.general/
H A Dp2.cpp47 struct A0<T>::B3 : A0 { }; struct in CurrentInstantiation::A0
83 struct A0<T*>::B3 : A0 { }; struct in CurrentInstantiation::A0
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp24 template<typename T> struct B3 { struct
H A Dp3.cpp27 struct B3 { struct
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp54 struct B3 { struct
58 B3 b3; // expected-error {{deleted function}} argument
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp246 EXPECT_TRUE(llvm::all_of(B3.getAlreadyMutableContent(), in TEST() local
130 auto &B3 = G.createContentBlock(Sec2, BlockContent, B3Addr, 8, 0); TEST() local
454 auto &B3 = G.createContentBlock(Sec, BlockContent.slice(0, 32), B3Addr, 8, 0); TEST() local
575 auto &B3 = G.createContentBlock(Sec3, BlockContent, B3Addr, 8, 0); TEST() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp18 class B3 { B3(int i); }; class
/llvm-project/clang/test/Parser/
H A Dcxx-concepts-requires-clause.cpp102 struct B3 { }; struct
/llvm-project/clang/test/Analysis/
H A Dcast-to-struct.cpp54 Base *B3 = &B2; in structToStruct() local

12