Searched refs:destructor (Results 1 – 6 of 6) sorted by relevance
65 static void __appEnd(void) __attribute__((destructor));
94 static void __appEnd(void) __attribute__((destructor));
82 TEST_F(UniqueFdTest, destructor) { in TEST_F() argument
99 %destructor { } <character>100 %destructor { } <direction>101 %destructor { delete ($$); } <*>
884 unique_ptr<ConstructorDecl> destructor{new ConstructorDecl{ in BuildClientHeader() local893 publics.push_back(std::move(destructor)); in BuildClientHeader()
105 %destructor { std::cout << "DESTROYING STRING " << *$$ << "\n"; delete $$; } IDENTIFIER STRING SIZE…