Searched refs:ScopedUnwinding (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.cpp31 // ScopedUnwinding is a scope for stacktracing member of a context
32 class ScopedUnwinding { class in namespace:__asan::__anon15
34 explicit ScopedUnwinding(AsanThread *t) : thread(t) { function in class:__asan::__anon15::ScopedUnwinding
40 ~ScopedUnwinding() {
64 ScopedUnwinding unwind_scope(t);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.h171 // ScopedUnwinding is a scope for stacktracing member of a context
172 class ScopedUnwinding { class in namespace:__asan
174 explicit ScopedUnwinding(AsanThread *t) : thread(t) { function in class:__asan::ScopedUnwinding
177 ~ScopedUnwinding() { thread->setUnwinding(false); }
H A Dasan_stack.h45 ScopedUnwinding unwind_scope(t);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.h169 // ScopedUnwinding is a scope for stacktracing member of a context
170 class ScopedUnwinding { class in namespace:__asan
172 explicit ScopedUnwinding(AsanThread *t) : thread(t) { function in class:__asan::ScopedUnwinding
175 ~ScopedUnwinding() { thread->setUnwinding(false); }
H A Dasan_stack.h47 ScopedUnwinding unwind_scope(t);

Completed in 75 milliseconds