HomeSort by relevance Sort by last modified time
    Searched defs:CRC (Results 1 - 8 of 8) sorted by null

  /external/clang/tools/libclang/
Indexing.cpp 415 llvm::CrashRecoveryContext CRC;
417 if (!RunSafely(CRC, clang_indexTranslationUnit_Impl, &ITUI)) {
CIndexCodeCompletion.cpp 785 llvm::CrashRecoveryContext CRC;
787 if (!RunSafely(CRC, clang_codeCompleteAt_Impl, &CCAI)) {
    [all...]
CIndex.cpp     [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 27 CrashRecoveryContext *CRC;
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
95 return CRCI->CRC;
320 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl;
321 assert(CRC && "Crash recovery context never initialized!");
322 assert(CRC->Failed && "No crash was detected!");
323 return CRC->Backtrace;
332 CrashRecoveryContext *CRC;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/clang/lib/Lex/
Pragma.cpp 817 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent();
818 if (CRC)
819 CRC->HandleCrash();
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 2725 milliseconds