Searched refs:B2 (Results 1 - 25 of 154) sorted by relevance

1234567

/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
H A DB_two.h1 unsigned short *B2; variable
/external/clang/test/Index/
H A Dindex-suppress-refs.hpp3 class B2 {}; class
H A Dindex-suppress-refs.cpp4 class Sub : B1, B2 {
6 typedef B2 Base2;
12 // CHECK-NOT: [indexEntityReference]: kind: c++-class | name: B2
/external/clang/test/CXX/special/class.inhctor/
H A Dp7.cpp7 struct B2 { struct
8 B2(int); // expected-note {{conflicting constructor}}
10 struct D1 : B1, B2 {
12 using B2::B2; // expected-error {{already inherited constructor with the same signature}}
14 struct D2 : B1, B2 {
16 using B2::B2;
H A Dp3.cpp14 struct B2 { struct
15 explicit B2(int, int = 0, int = 0);
17 struct D2 : B2 { // expected-note 2 {{candidate constructor}}
18 using B2::B2;
/external/clang/test/CXX/temp/temp.param/
H A Dp10.cpp6 template<class T1, class T2 = int> class B2;
7 template<class T1 = int, class T2> class B2;
H A Dp10-0x.cpp7 template<class T1, class T2 = int> using B2 = T1;
8 template<class T1 = int, class T2> using B2 = T1;
/external/clang/test/CXX/class.derived/class.virtual/
H A Dp2.cpp20 struct B2 : B { }; struct in inherits:B
22 struct E : B, B2 { }; //expected-error{{virtual function 'A::f' has more than one final overrider in 'E'}}
24 struct F : B, B2 {
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c18 bar B2; variable
/external/libcxx/test/utilities/meta/meta.rel/
H A Dis_base_of.pass.cpp33 struct B2 : B {}; struct in inherits:B
34 struct D : private B1, private B2 {};
40 test_is_base_of<B2, D>();
42 test_is_base_of<B, B2>();
/external/clang/test/SemaCXX/
H A Dinherit.cpp6 class B2 : virtual A { }; class in inherits:A
10 class C : public B1, private B2 { };
H A Dwarn-enum-compare.cpp10 enum Baz {B1, B2, B3}; enumerator in enum:name1::Baz
14 enum Baz {B1, B2, B3}; enumerator in enum:name2::Baz
19 using name2::B2;
36 while (z == name1::B2);
40 while (B1 == name1::B2);
41 while (B2 == name2::B1);
51 while (z == (name1::B2));
55 while ((B1) == (name1::B2));
56 while ((B2) == (name2::B1));
61 while (z == (name1::B2));
[all...]
H A Dalignment-of-derived-class.cpp17 struct B2 : public A { struct in inherits:A
20 static_assert(__alignof(B2) == 16, "B2 should be aligned to 16 bytes");
H A Dderived-to-base-ambig.cpp14 class B2 : public virtual A2 { }; class in inherits:A2
16 class D2 : public B2, public C2 { };
/external/lldb/test/expression_command/radar_8638051/
H A Dmain.c47 int B2 = b(2); // b(2) -> c(2) local
48 printf("b(2) returns %d\n", B2);
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A Dmain.c44 int B2 = b(2); // b(2) -> c(2) local
45 printf("b(2) returns %d\n", B2);
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
H A Dmain.c45 int B2 = b(2); // b(2) -> c(2) Find the call site of b(2). local
46 printf("b(2) returns %d\n", B2);
/external/lldb/test/functionalities/conditional_break/
H A Dmain.c47 int B2 = b(2); // b(2) -> c(2) local
48 printf("b(2) returns %d\n", B2);
/external/lldb/test/python_api/event/
H A Dmain.c42 int B2 = b(2); // b(2) -> c(2) local
43 printf("b(2) returns %d\n", B2);
/external/lldb/test/python_api/function_symbol/
H A Dmain.c53 int B2 = b(2); // b(2) -> c(2) local
54 printf("b(2) returns %d\n", B2);
/external/lldb/test/python_api/lldbutil/frame/
H A Dmain.c40 int B2 = b(2); // b(2) -> c(2) local
41 printf("b(2) returns %d\n", B2);
/external/lldb/test/python_api/symbol-context/
H A Dmain.c44 int B2 = b(2); // b(2) -> c(2) local
45 printf("b(2) returns %d\n", B2);
/external/lldb/test/python_api/target/
H A Dmain.c52 int B2 = b(2); // b(2) -> c(2) local
53 printf("b(2) returns %d\n", B2);
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp13 struct B2 : A struct in inherits:A
17 struct D : B1, B2
68 virtual void f5() throw(B1, B2, int);
69 virtual void f6() throw(B2, B2, int, float, char, double, bool);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2; function in struct:B2
32 // CHECK: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13A@3EA@Y2@@8", %rtti.BaseClassDescriptor* null]
33 // CHECK: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i8*), i32 3, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@8" }
152 // X64: @"\01??_R2B2@@8" = linkonce_odr constant [5 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17A@3EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0]
153 // X64: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 3, i32 0, i32 -1, i32 0, i32 64, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }

Completed in 375 milliseconds

1234567