Lines Matching full:test6
8 // RUN: FileCheck --check-prefix=NO-THUNKS-Test6 %s < %t
135 struct Test6: Test1 {
136 // NO-THUNKS-Test6: VFTable for 'A' in 'no_thunks::Test1' in 'no_thunks::Test6' (1 entries).
137 // NO-THUNKS-Test6-NEXT: 0 | void no_thunks::Test6::f()
139 // NO-THUNKS-Test6: VFTable for 'B' in 'no_thunks::Test1' in 'no_thunks::Test6' (2 entries).
140 // NO-THUNKS-Test6-NEXT: 0 | void B::g()
141 // NO-THUNKS-Test6-NEXT: 1 | void B::h()
143 // NO-THUNKS-Test6: VFTable indices for 'no_thunks::Test6' (1 entries).
144 // NO-THUNKS-Test6-NEXT: 0 | void no_thunks::Test6::f()
150 Test6 t6;