Lines Matching defs:Test2
69 namespace Test2 {
72 // CHECK-2: Vtable for 'Test2::A' (9 entries).
74 // CHECK-2-NEXT: 1 | Test2::A RTTI
75 // CHECK-2-NEXT: -- (Test2::A, 0) vtable address --
76 // CHECK-2-NEXT: 2 | void Test2::A::f()
77 // CHECK-2-NEXT: 3 | void Test2::A::f() const
78 // CHECK-2-NEXT: 4 | Test2::A *Test2::A::g(int)
79 // CHECK-2-NEXT: 5 | Test2::A::~A() [complete]
80 // CHECK-2-NEXT: 6 | Test2::A::~A() [deleting]
81 // CHECK-2-NEXT: 7 | void Test2::A::h()
82 // CHECK-2-NEXT: 8 | Test2::A &Test2::A::operator=(const Test2::A &)
96 // CHECK-3: Vtable for 'Test2::B' (6 entries).
98 // CHECK-3-NEXT: 1 | Test2::B RTTI
99 // CHECK-3-NEXT: -- (Test2::B, 0) vtable address --
100 // CHECK-3-NEXT: 2 | void Test2::B::f()
101 // CHECK-3-NEXT: 3 | void Test2::B::g() [pure]
102 // CHECK-3-NEXT: 4 | Test2::B::~B() [complete] [pure]
103 // CHECK-3-NEXT: 5 | Test2::B::~B() [deleting] [pure]