Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp220 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
405 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp227 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
413 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h74 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h82 bool RunSafely(void (*Fn)(void*), void *UserData) { in RunSafely() function
/aosp_15_r20/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp315 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() function in CrashRecoveryContext
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp7784 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn, in RunSafely() function