Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DThreadSafety.cpp928 SourceLocation ExitLoc; // Location of last statement in block. member
936 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
1408 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
1414 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
1420 if (!CurrBlockInfo->ExitLoc.isInvalid()) { in findBlockLocations()
1435 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
1436 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2532 PrevBlockInfo->ExitLoc, in runAnalysis()
2620 Final->ExitLoc, in runAnalysis()
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp89 SMLoc ExitLoc; member
1800 ExitLoc(EL) {} in MacroInstantiation()
2019 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()