HomeSort by relevance Sort by last modified time
    Searched defs:decrementHandlerCount (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 100 static inline int decrementHandlerCount(__cxa_exception *exception) {
466 if (0 == decrementHandlerCount(exception_header))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 103 static inline int decrementHandlerCount(__cxa_exception *exception) {
486 if (0 == decrementHandlerCount(exception_header))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp 103 static inline int decrementHandlerCount(__cxa_exception *exception) {
482 if (0 == decrementHandlerCount(exception_header))

Completed in 67 milliseconds