Home
last modified time | relevance | path

Searched refs:can_unwind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp36 can_unwind = !thread->isUnwinding(); in ScopedUnwinding()
45 bool CanUnwind() const { return can_unwind; } in CanUnwind()
49 bool can_unwind = true; member in __asan::__anon837a9b950111::ScopedUnwinding