Lines Matching full:destructor
7 // Check that we don't initialize the vtable pointer in A::~A(), since the destructor body is trivial.
23 // Check that we do initialize the vtable pointer in A::~A() since the destructor body isn't trivial.
39 // Check that we don't initialize the vtable pointer in A::~A(), since the destructor body is trivial
40 // and Field's destructor body is also trivial.
62 // Check that we do initialize the vtable pointer in A::~A(), since Field's destructor body
88 // Check that we do initialize the vtable pointer in A::~A(), since Field's destructor isn't
113 // variable with a non-trivial destructor body.
141 // class with a non-trivial destructor body.
167 // class with a non-trivial destructor body.
192 // Check that we emit a VTT for B, even though we don't initialize the vtable pointer in the destructor.