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 309 SourceLocation ExitLoc; // Location of last statement in block.
317 return Side == CBS_Entry ? EntryLoc : ExitLoc;
780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
786 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
792 if (CurrBlockInfo->ExitLoc.isValid()) {
807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
808 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 88 SMLoc ExitLoc;
    [all...]

Completed in 1720 milliseconds