Searched refs:current_fake_stack (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc129 FakeStack *current_fake_stack = fake_stack_; local
135 if (!fake_stack_save && current_fake_stack)
136 current_fake_stack->Destroy(this->tid());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc131 FakeStack *current_fake_stack = fake_stack_; local
137 if (!fake_stack_save && current_fake_stack)
138 current_fake_stack->Destroy(this->tid());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp137 FakeStack *current_fake_stack = fake_stack_; local
143 if (!fake_stack_save && current_fake_stack)
144 current_fake_stack->Destroy(this->tid());

Completed in 143 milliseconds