Searched refs:attr_dtor_called (Results 1 – 2 of 2) sorted by relevance
30 bool attr_dtor_called = false; in TEST() local47 …string*, bool*, bool*)>(sym)(&atexit_call_sequence, &valid_this_in_static_dtor, &attr_dtor_called); in TEST()53 ASSERT_TRUE(attr_dtor_called); in TEST()
87 …d register_atexit(std::string* sequence, bool* valid_this_in_static_dtor, bool* attr_dtor_called) { in register_atexit() argument90 atexit_attr_dtor_called = attr_dtor_called; in register_atexit()