Lines Matching refs:B1
5 struct B1 {
6 virtual ~B1();
9 B1::~B1() {}
11 void DELETE(B1 *pb1) {
12 pb1->B1::~B1();
15 // CHECK: [[T1:%.*]] = load void (%struct.B1*)*, void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)*, void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2)
16 // CHECK-NEXT: call void [[T1]](%struct.B1* [[T2:%.*]])
18 // CHECK: [[T3:%.*]] = load void (%struct.B1*)*, void (%struct.B1*)** getelementptr inbounds (void (%struct.B1*)*, void (%struct.B1*)** bitcast ([5 x i8*]* @_ZTV2B1 to void (%struct.B1*)**), i64 2)
19 // CHECK-NEXT: call void [[T3]](%struct.B1* [[T4:%.*]])