Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h78 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp304 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/external/clang/tools/libclang/
DCIndex.cpp7087 bool RunSafely(llvm::CrashRecoveryContext &CRC, in RunSafely() function