Searched defs:B1 (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-virtual-dtor-call.cpp4 // CHECK: [[T1:%.*]] = load void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2)
5 // CHECK-NEXT: call void [[T1]](%struct.B1* [[T2:%.*]])
7 // CHECK: [[T3:%.*]] = load void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2)
8 // CHECK-NEXT: call void [[T3]](%struct.B1* [[T4:%.*]])
11 struct B1 { struct
12 virtual ~B1();
[all...]
H A Dcopy-assign-synthesis.cpp7 B() : B1(3.14), B2(3.15), auB2(3.16) {}
8 float B1; member in struct:B
11 printf("B1 = %f B2 = %f auB1 = %f\n", B1, B2, auB1);
H A Dptr-to-member-function.cpp49 struct B1 { struct
52 B1(int i) : pmf(&A::foo), im(i) { function in struct:B1
63 B1 b = B1(1);
64 B1 c = B1(2);
H A Dvtt-layout.cpp29 class B1 { int i; }; class in namespace:Test3
31 class V2 : public B1, public B2, public virtual V1 { int i; };
48 class B1 { int i; }; class in namespace:Test4
50 class V2 : public B1, public B2, public virtual V1 { int i; };
H A Dcopy-assign-synthesis-1.cpp10 B() : B1(3.14), B2(3.15), auB2(3.16) {}
11 float B1; member in struct:B
14 printf("B1 = %f B2 = %f auB1 = %f\n", B1, B2, auB1);
17 B& operator=(const B& arg) { B1 = arg.B1; B2 = arg.B2;
46 printf("arr_b[%d][%d] = %f\n", i,j,arr_b[i][j].B1);
H A Dptr-to-datamember.cpp21 struct B1 : virtual V{ struct in inherits:V
26 class A : public B, public B1 {
89 printf("%d\n", &A::B1::iB1);
92 printf("%d\n", &A::B1::iV);
94 printf("%d\n", &A::B1::V::iV);
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp8 struct B1 { struct
9 B1(int);
12 using B1::B1; // expected-error {{using declaration can not refer to class member}}
18 struct I1 : B1 {
19 using B1::B1; // expected-note {{previous using declaration}}
20 using B1::B1; // expected-error {{redeclaration of using decl}}
30 using B1
[all...]
H A Dp7.cpp4 struct B1 { struct
5 B1(int); // expected-note {{previous constructor}}
10 struct D1 : B1, B2 {
11 using B1::B1; // expected-note {{inherited here}}
14 struct D2 : B1, B2 {
15 using B1::B1;
H A Dp3.cpp3 struct B1 { struct
4 B1(int);
5 B1(int, int);
7 struct D1 : B1 {
8 using B1::B1;
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp9 struct B1 : A struct in inherits:A
17 struct D : B1, B2
51 virtual void g4() throw(B1); // expected-note {{overridden virtual function is here}}
67 virtual void f4() throw(B1);
68 virtual void f5() throw(B1, B2, int);
H A Dp5-pointers.cpp9 struct B1 : A struct in inherits:A
17 struct D : B1, B2
29 void s4() throw(B1);
33 void (*s8())() throw(B1); // s8 returns a pointer to function with spec
34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
58 void (*t6)() throw(B1);
65 void (*(*t7)())() throw(B1) = &s8; // valid
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid expected-warning{{disambiguated}}
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c17 enum bar B1; variable in typeref:enum:bar
/external/clang/test/SemaCXX/
H A Dambiguous-builtin-unary-operator.cpp25 struct B1 { operator volatile long&(); }; struct
27 struct C1 : B1, A1 { };
H A Dbuiltin-ptrtomember-overload-1.cpp29 struct B1 : R, S { struct in inherits:R,S
33 struct C1 : B1 {
H A Dinherit.cpp4 class B1 : A { }; class in inherits:A
10 class C : public B1, private B2 { };
H A Dwarn-overloaded-virtual.cpp3 struct B1 { struct
8 struct S1 : public B1 {
12 struct S2 : public B1 {
H A Dconversion-delete-expr.cpp18 struct B1 { struct
22 struct D1 : B1 {
H A Ddefault-assignment-operator.cpp61 class B1 { class
63 B1();
64 B1 &operator = (B1 b);
67 class D1 : B1 {};
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
18 using name1::B1;
40 while (B1 == name1::B2);
41 while (B2 == name2::B1);
55 while ((B1) == (name1::B2));
56 while ((B2) == (name2::B1));
65 while ((((((B1))))) == (((name1::B2))));
66 while (B2 == ((((((name2::B1)))))));
68 while (B1
[all...]
H A Dwarn-reorder-ctor-initialization.cpp61 struct B1 { struct
62 B1();
65 struct F : public A1, public B1, private virtual V {
/external/chromium/base/
H A Dbind_internal_win.h44 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
53 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
62 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
72 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
82 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
93 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
104 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
116 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
129 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
143 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
157 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
172 typedef X1 B1; typedef in struct:base::internal::FunctionTraits
[all...]
/external/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp10 template<class X> struct B1 : A<X> { struct in inherits:A
12 B1() : Base() {} function in struct:B1
14 B1<int> x1;
H A Ddependent-base-member-init.cpp11 template<class C> class B1 : public A1 { class in inherits:A1
12 B1(C x) : A1(x.x) {} function in class:B1
/external/fdlibm/
H A Ds_cbrt.c25 B1 = 715094163, /* B1 = (682-0.03306235651)*2**20 */ variable
65 __HI(t)=hx/3+B1;
/external/llvm/include/llvm/Analysis/
H A DTrace.h76 /// Returns true if B1 occurs before B2 in the trace, or if it is the same
79 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const { argument
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);

Completed in 2278 milliseconds

12