Home
last modified time | relevance | path

Searched refs:catch_exceptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
H A Dgtest.cc222 GTEST_DEFINE_bool_(catch_exceptions,
568 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2466 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4887 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5948 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h96 GTEST_DECLARE_bool_(catch_exceptions);