HomeSort by: relevance | last modified time | path
    Searched defs:catch_exceptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
event-top.h 92 catch_exceptions (F &&f, Args&&... args) function
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 84 const char kCatchExceptionsFlag[] = "catch_exceptions";
162 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
826 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
828 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
834 // GTEST_FLAG(catch_exceptions) at the moment it starts.
941 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()

Completed in 25 milliseconds