Home
last modified time | relevance | path

Searched defs:ScopedUnwinding (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.cpp32 class ScopedUnwinding { class
34 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function in __asan::__anon286967e80111::ScopedUnwinding
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.h172 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.h174 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function