Home | History | Annotate | Download | only in info

Lines Matching full:destructor

2517      destructor, in which case it would be possible but unsafe to delete
2713 destructor, and if so, synthesize a special `- (void)
18604 constructor or destructor can be passed to ... (C++0x 5.2.2).'
20212 `section', `constructor', `destructor', `used', `unused', `deprecated',
20403 `destructor'
20405 `destructor (PRIORITY)'
20408 `destructor' attribute causes the function to be called
20415 in which constructor and destructor functions are run. A
20419 that allocates a resource and a destructor that deallocates the
20421 The priorities for constructor and destructor functions are the
20521 class also has an inline constructor or destructor and has a key
22563 constructor and destructor are protected by a link-once guard
38312 have a non-trivial destructor, nor shall it be an array type
38992 array thereof) with a trivial destructor ([class.dtor]) then the
38998 If `type' is a class type with a virtual destructor ([class.dtor])
41524 destructor are unused and removing them before the scanning can
47708 * destructor function attribute: Function Attributes.