OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDependentException
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
95
static bool
isDependentException
(_Unwind_Exception* unwind_exception) {
513
if (
isDependentException
(&exception_header->unwindHeader))
665
if (
isDependentException
(&exception_header->unwindHeader)) {
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp
91
static bool
isDependentException
(_Unwind_Exception* unwind_exception) {
471
if (
isDependentException
(&exception_header->unwindHeader))
623
if (
isDependentException
(&exception_header->unwindHeader)) {
Completed in 102 milliseconds