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 353 SourceLocation ExitLoc; // Location of last statement in block.
360 return Side == CBS_Entry ? EntryLoc : ExitLoc;
835 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
841 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
847 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 71 SMLoc ExitLoc;
    [all...]

Completed in 989 milliseconds