Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:dtor

19 // basic_iostream's complete dtor calls its base dtor, then its
20 // virtual base's dtor.
25 // basic_iostream's base dtor calls its non-virtual base dtor.
30 // basic_iostream's deleting dtor calls its complete dtor, then
36 // basic_istream's complete dtor calls the base dtor,
37 // then its virtual base's base dtor.
42 // basic_istream's deleting dtor calls the complete dtor, then
48 // basic_istream's base dtor is a no-op.