Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h76 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp316 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dapp2.py173 def RunSafely(self, args, kwds): member in NewCmd
/external/clang/tools/libclang/
DCIndex.cpp7360 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function