Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp257 SourceLocation ExitLoc; // Location of last statement in block. member
265 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
728 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
734 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
740 if (!CurrBlockInfo->ExitLoc.isInvalid()) { in findBlockLocations()
755 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
756 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2083 PrevBlockInfo->ExitLoc, in runAnalysis()
2168 Final->ExitLoc, in runAnalysis()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp86 SMLoc ExitLoc; member
1868 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation()
2140 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()