Searched refs:destructor (Results 1 – 5 of 5) sorted by relevance
67 static void __appEnd (void) __attribute__((destructor));
94 static void __appEnd(void) __attribute__((destructor));
82 TEST_F(UniqueFdTest, destructor) { in TEST_F() argument
38 Classes that spawn a helper thread call `thread::join()` in their destructor to ensure
811 unique_ptr<ConstructorDecl> destructor{new ConstructorDecl{ in BuildClientHeader() local818 publics.push_back(std::move(destructor)); in BuildClientHeader()