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

  /src/external/gpl3/gdb.old/dist/gdb/
event-top.h 92 catch_exceptions (F &&f, Args&&... args) function
gdb_bfd.c 945 auto res = catch_exceptions<gdb_bfd_iovec_base *, nullptr> ([&]
962 auto res = catch_exceptions<long int, -1> ([&]
979 auto res = catch_exceptions<int, -1> ([&]
disasm.c 153 auto res = catch_exceptions<int, -1> ([&]
  /src/external/gpl3/gdb/dist/gdb/
event-top.h 92 catch_exceptions (F &&f, Args&&... args) function
gdb_bfd.c 952 auto res = catch_exceptions<gdb_bfd_iovec_base *, nullptr> ([&]
969 auto res = catch_exceptions<long int, -1> ([&]
986 auto res = catch_exceptions<int, -1> ([&]
disasm.c 153 auto res = catch_exceptions<int, -1> ([&]
  /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()
gtest.cc 222 GTEST_DEFINE_bool_(catch_exceptions,
223 internal::BoolFromGTestEnv("catch_exceptions", true),
568 if (!GTEST_FLAG(catch_exceptions))
2444 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2452 // if (GTEST_FLAG(catch_exceptions))
2466 if (internal::GetUnitTestImpl()->catch_exceptions()) {
4878 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
4887 if (impl()->catch_exceptions() || in_death_test_child_process) {
5926 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions=0@D\n
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 97 GTEST_DECLARE_bool_(catch_exceptions);

Completed in 27 milliseconds