Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h80 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp306 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7023 bool RunSafely(llvm::CrashRecoveryContext &CRC, in RunSafely() function