Searched refs:isUnwinding (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.cpp36 can_unwind = !thread->isUnwinding();
H A Dasan_thread.h124 bool isUnwinding() const { return unwinding_; } function in class:__asan::AsanThread
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stack.h42 if ((t = GetCurrentThread()) && !t->isUnwinding()) {
H A Dasan_thread.h128 bool isUnwinding() const { return unwinding_; } function in class:__asan::AsanThread
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stack.h40 if ((t = GetCurrentThread()) && !t->isUnwinding()) {
H A Dasan_thread.h126 bool isUnwinding() const { return unwinding_; } function in class:__asan::AsanThread

Completed in 84 milliseconds