Home
last modified time | relevance | path

Searched defs:B2 (Results 1 – 25 of 148) sorted by relevance

123456

/llvm-project/clang/test/Parser/
H A Dobjc-quirks.m22 @interface B2 : A2 @end interface
23 @implementation B2 implementation
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp10-0x.cpp7 template<class T1, class T2 = int> using B2 = T1; typedef
8 template<class T1 = int, class T2> using B2 = T1; typedef
/llvm-project/clang/test/SemaCXX/
H A Dassume-nothrow-exception-dtor.cpp7 struct B2 { B b; }; argument
H A Dmember-name-lookup.cpp69 struct B2 : virtual A { struct
74 …enum E3 { enumerator3 }; // expected-note 2 {{member type 'B2::E3' found by ambiguous name lookup}} argument
H A Dalignment-of-derived-class.cpp21 struct B2 : public A { struct
H A Ddcl_init_aggr.cpp152 struct B2 { struct
165 B2 b2 = { 4, a2, a2 }; argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2; in B2() function
H A Dcfi-mfcall.cpp8 struct B2 {}; struct
H A Dms-novtable.cpp20 struct B2 : virtual A1 {} b2; struct
/llvm-project/lldb/test/API/lang/cpp/alignas_base_class/
H A Dmain.cpp5 struct alignas(8) B2 { struct
9 struct D : B1, B2 {}; argument
/llvm-project/clang/test/Layout/
H A Dms-x86-vfvb-sharing.cpp10 struct B2 { B2() { printf("B2 = %p\n", this); } virtual void g() { printf("B2"); } }; in B2() function
H A Dms-x86-primary-bases.cpp10 struct B2 { int a; B2() : a(0xf00000B2) { printf("B1 = %p\n", this); } }; in B2() argument
/llvm-project/clang/test/SemaObjC/
H A Dprotocol-implementation-inherited.m40 @interface B2 : A <P2> interface
43 @implementation B2 implementation
/llvm-project/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DB_two.h1 unsigned short *B2; variable
/llvm-project/clang/test/Index/
H A Dindex-suppress-refs.hpp3 class B2 {}; class
/llvm-project/compiler-rt/test/cfi/
H A Dsimple-pass.cpp36 struct B2 : B { struct
37 virtual void f() {} in f()
38 void g() {} in g()
/llvm-project/clang/test/CodeGen/
H A Dwindows-seh-EHa-CppCondiTemps.cpp54 class B2 : public B1 { class
56 B2() { foo(data + 222); } in B2() function in B2
[all...]
H A Darm-vfp16-arguments2.cpp23 struct B2 { float16x4_t M; }; argument
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DLinkGraphTests.cpp239 EXPECT_EQ(B2.getSize(), MutableContent.size()); in TEST() local
121 auto &B2 = G.createContentBlock(Sec1, BlockContent, B2Addr, 8, 0); TEST() local
452 auto &B2 = G.createContentBlock(Sec, BlockContent, B2Addr, 8, 0); TEST() local
489 auto &B2 = G.createContentBlock(Sec2, BlockContent, B2Addr, 8, 0); TEST() local
523 auto &B2 = G.createContentBlock(Sec1, BlockContent, B2Addr, 8, 0); TEST() local
573 auto &B2 = G.createContentBlock(Sec2, BlockContent, B2Addr, 8, 0); TEST() local
688 auto &B2 = G.splitBlock(B1, 8); TEST() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters.c75 void boolAsWritten(bool B1, bool B2) {} // NO-WARN: The type name is ignored. in boolAsWritten()
79 void underscoreBoolAsWritten(_Bool B1, _Bool B2) {} in underscoreBoolAsWritten()
145 void macroMagic3(MAKE_LOGICAL_TYPE(char) B1, MAKE_LOGICAL_TYPE(long) B2) {} in macroMagic3()
152 …croMagic4(MAKE_LOGICAL_TYPE(int) B1, MAKE_LOGICAL_TYPE(int) B2) {} // NO-WARN: "Type name" ignored. in macroMagic4()
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp13 struct B2 : A struct
/llvm-project/clang/test/SemaCUDA/
H A Ddevice-use-host-var.cu28 struct B2 { struct
30 B2() {} in B2() argument
31 ~B2() { x = 0; } in ~B2() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_base_of.pass.cpp40 struct B2 : B {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-base-member-init.cpp16 template <class C> class B2 { class
18 B2(C x) : x(x.x, x.y) {} in B2() function in B2
/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/
H A Dp1.cpp8 struct B2 { struct
9 B2(double) {} in B2() argument

123456