Home | History | Annotate | Download | only in test

Lines Matching full:destructor

125         std::cerr << "Mismatched Constructor/Destructor calls (1)" << std::endl;
140 std::cerr << "Mismatched Constructor/Destructor calls (2)" << std::endl;
172 // the destructor from the partially constructed array.
174 std::cerr << "Mismatched Constructor/Destructor calls (1C)" << std::endl;
196 std::cerr << "Mismatched Constructor/Destructor calls (2C)" << std::endl;
210 // Throw from within a destructor
230 // there should be 20 calls to the destructor, and "three" was not cleaned up.
232 std::cerr << "Unexpected Constructor/Destructor calls (1D)" << std::endl;
238 // Try throwing from a destructor - should be fine.
246 std::cerr << "Mismatched Constructor/Destructor calls (2D)" << std::endl;