Searched refs:RunSafelyOnThread (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp70 CRC.RunSafelyOnThread([&] {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h94 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
95 bool RunSafelyOnThread(void (*Fn)(void*), void *UserData, function in namespace:llvm
97 return RunSafelyOnThread([&]() { Fn(UserData); }, RequestedStackSize);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp100 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(parseModelFile); },
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp472 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, function in class:CrashRecoveryContext
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp260 llvm::CrashRecoveryContext().RunSafelyOnThread([&]() {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1146 CRC.RunSafelyOnThread(

Completed in 90 milliseconds