Home
last modified time | relevance | path

Searched refs:ExitLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp307 SourceLocation ExitLoc; // Location of last statement in block. member
315 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
784 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
790 if (!CurrBlockInfo->ExitLoc.isInvalid()) { in findBlockLocations()
805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
806 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2281 PrevBlockInfo->ExitLoc, in runAnalysis()
2366 Final->ExitLoc, in runAnalysis()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp86 SMLoc ExitLoc; member
1870 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation()
2142 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()