Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h106 bool HasCrashed = false; member
H A Dguarded_pool_allocator.cpp337 if (Meta->HasCrashed) in deallocate()
403 Metadata->HasCrashed = true; in postCrashReportRecoverableOnly()
/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp142 if (AllocMeta->HasCrashed) in dumpReport()