Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:dtor

16 // Complete dtor: just an alias because there are no virtual bases.
23 // Deleting dtor: defers to the complete dtor.
28 // Base dtor: actually calls A's base dtor.
41 // Complete dtor: just an alias (checked above).
43 // Deleting dtor: defers to the complete dtor.
48 // Base dtor: just an alias to B's base dtor.