Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp347 SourceLocation ExitLoc; member
360 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
824 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
830 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
836 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations()
850 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
851 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
2470 CurrBlockInfo->EntrySet, PrevLockset, PrevBlockInfo->ExitLoc, in runAnalysis()
2548 intersectAndWarn(ExpectedExitSet, Final->ExitSet, Final->ExitLoc, in runAnalysis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1306 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1313 handleFileExit(ExitLoc); in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp95 SMLoc ExitLoc; member
969 SMLoc ExitLoc, raw_svector_ostream &OS);
3161 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit()
6607 SMLoc ExitLoc, in instantiateMacroLikeBody() argument
6617 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
H A DAsmParser.cpp96 SMLoc ExitLoc; member
2908 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()