Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp344 SourceLocation ExitLoc; member
357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
818 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
824 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
830 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations()
844 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
845 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
849 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2470 intersectAndWarn(ExpectedExitSet, Final->ExitSet, Final->ExitLoc, in runAnalysis()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1313 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1320 handleFileExit(ExitLoc); in VisitSwitchStmt()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp95 SMLoc ExitLoc; member
1021 SMLoc ExitLoc, raw_svector_ostream &OS);
3280 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit()
6924 SMLoc ExitLoc, in instantiateMacroLikeBody() argument
6934 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
H A DAsmParser.cpp95 SMLoc ExitLoc; member
2929 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()