HomeSort by relevance Sort by last modified time
    Searched refs:RunSafely (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CIndexer.h 78 bool RunSafely(llvm::CrashRecoveryContext &CRC,
Indexing.cpp 417 if (!RunSafely(CRC, clang_indexTranslationUnit_Impl, &ITUI)) {
CIndexCodeCompletion.cpp 787 if (!RunSafely(CRC, clang_codeCompleteAt_Impl, &CCAI)) {
    [all...]
CIndex.cpp     [all...]
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 37 /// if (!CRC.RunSafely(actual_work, 0)) {
76 /// RunSafely has returned false. Clients can use getBacktrace() to retrieve
78 bool RunSafely(void (*Fn)(void*), void *UserData);
84 /// See RunSafely() and llvm_execute_on_thread().
89 /// return failure from RunSafely(). This function does not return.
96 /// RunSafely() has returned false.
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 51 // Jump back to the RunSafely we were called under.
297 bool CrashRecoveryContext::RunSafely(void (*Fn)(void*), void *UserData) {
340 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData);

Completed in 39 milliseconds