HomeSort by relevance Sort by last modified time
    Searched full:uncaught_exception (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 51 bool uncaught_exception() noexcept;
121 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_exception.h 127 using _STLP_VENDOR_UNCAUGHT_EXCEPTION_STD::uncaught_exception;
151 bool uncaught_exception(); // not implemented under mpw as of Jan/1999
_ostream.h 187 if (!uncaught_exception())
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
exception 123 * 2: 'When @c uncaught_exception() is true, throwing an
127 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
condition_variable 191 if (uncaught_exception())
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 51 bool uncaught_exception() noexcept;
121 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_exception.h 127 using _STLP_VENDOR_UNCAUGHT_EXCEPTION_STD::uncaught_exception;
151 bool uncaught_exception(); // not implemented under mpw as of Jan/1999
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
exception 123 * 2: 'When @c uncaught_exception() is true, throwing an
127 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
condition_variable 191 if (uncaught_exception())
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
exception 51 bool uncaught_exception() noexcept;
122 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_exception.h 127 using _STLP_VENDOR_UNCAUGHT_EXCEPTION_STD::uncaught_exception;
151 bool uncaught_exception(); // not implemented under mpw as of Jan/1999
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp 105 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
120 # warning uncaught_exception not yet implemented
  /external/libcxxabi/include/
cxxabi.h 159 // Apple extension to support std::uncaught_exception()
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 159 // Apple extension to support std::uncaught_exception()
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 159 // Apple extension to support std::uncaught_exception()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
condition_variable 184 if (uncaught_exception())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
condition_variable 184 if (uncaught_exception())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
condition_variable 184 if (uncaught_exception())
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 164 // Apple addition to support std::uncaught_exception()
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 159 // Apple extension to support std::uncaught_exception()
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
condition_variable 191 if (uncaught_exception())
  /external/libcxx/test/support/
rapid-cxx-test.hpp 461 uncaught_exception enumerator in enum:rapid_cxx_test::failure_type::enum_type
    [all...]
  /external/libcxxabi/src/
cxa_exception.cpp 196 * Increment the uncaught_exception flag.
343 * Decrements the uncaught_exception count.
360 * Do not decrement the uncaught_exception count because we didn't increment it
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 212 * Increment the uncaught_exception flag.
363 * Decrements the uncaught_exception count.
380 * Do not decrement the uncaught_exception count because we didn't increment it
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 212 * Increment the uncaught_exception flag.
359 * Decrements the uncaught_exception count.
376 * Do not decrement the uncaught_exception count because we didn't increment it

Completed in 484 milliseconds

12 3 4 5 6 7