Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp915 SourceLocation ExitLoc; // Location of last statement in block. member
923 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
1395 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
1401 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
1407 if (!CurrBlockInfo->ExitLoc.isInvalid()) { in findBlockLocations()
1422 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
1423 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2433 PrevBlockInfo->ExitLoc, in runAnalysis()
2502 Final->ExitLoc, in runAnalysis()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp89 SMLoc ExitLoc; member
1744 ExitLoc(EL) in MacroInstantiation()
1968 JumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in HandleMacroExit()