Searched refs:hook_abort_ (Results 1 – 4 of 4) sorted by relevance
91 void (*hook_abort_)(); variable
70 EXPECT_TRUE(test_abort == parsed->hook_abort_); in TEST_F()
252 hook_abort_ = NULL; // We don't call abort(3) by default; see Runtime::Abort. in Parse()544 hook_abort_ = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in Parse()714 hook_abort_(); in Abort()
699 abort_ = options->hook_abort_; in Init()