HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_uncaught_exceptions (Results 1 - 11 of 11) sorted by null

  /external/libcxxabi/test/
noexception4.pass.cpp 19 // extern unsigned int __cxa_uncaught_exceptions() throw();
27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions());
uncaught_exceptions.pass.cpp 18 // extern unsigned int __cxa_uncaught_exceptions() throw();
27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
uncaught_exceptions.pass.cpp 16 // extern unsigned int __cxa_uncaught_exceptions() throw();
25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
  /external/libcxxabi/src/
cxa_noexception.cpp 54 __cxa_uncaught_exceptions() throw() { return 0; } function
cxa_exception.cpp 686 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; }
689 __cxa_uncaught_exceptions() throw() function
  /external/libcxxabi/include/
cxxabi.h 161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
exception.cpp 112 return __cxa_uncaught_exceptions();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
cxxabi.h 161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 702 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; }
705 __cxa_uncaught_exceptions() throw() function

Completed in 1195 milliseconds