Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:Test8

10 // RUN: FileCheck --check-prefix=NO-THUNKS-Test8 %s < %t
170 struct Test8: Test3 {
171 // NO-THUNKS-Test8: VFTable for 'A' in 'no_thunks::Test3' in 'no_thunks::Test8' (2 entries).
172 // NO-THUNKS-Test8-NEXT: 0 | void A::f()
173 // NO-THUNKS-Test8-NEXT: 1 | void no_thunks::Test3::i()
175 // NO-THUNKS-Test8: VFTable for 'B' in 'no_thunks::Test3' in 'no_thunks::Test8' (2 entries).
176 // NO-THUNKS-Test8-NEXT: 0 | void no_thunks::Test8::g()
177 // NO-THUNKS-Test8-NEXT: 1 | void B::h()
179 // NO-THUNKS-Test8: VFTable indices for 'no_thunks::Test8' (1 entries).
180 // NO-THUNKS-Test8-NEXT: via vfptr at offset 4
181 // NO-THUNKS-Test8-NEXT: 0 | void no_thunks::Test8::g()
187 Test8 t8;