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

  /external/clang/lib/Analysis/
ThreadSafety.cpp 307 SourceLocation ExitLoc; // Location of last statement in block.
315 return Side == CBS_Entry ? EntryLoc : ExitLoc;
778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
784 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
790 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
806 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 86 SMLoc ExitLoc;
    [all...]

Completed in 130 milliseconds