Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp344 SourceLocation ExitLoc; member
357 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
817 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
823 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
829 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations()
843 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
844 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
848 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2531 intersectAndWarn(ExpectedFunctionExitSet, Final.ExitSet, Final.ExitLoc, in runAnalysis()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1852 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1859 handleFileExit(ExitLoc); in VisitSwitchStmt()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp92 SMLoc ExitLoc; member
1040 SMLoc ExitLoc, raw_svector_ostream &OS);
3264 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit()
6910 SMLoc ExitLoc, in instantiateMacroLikeBody() argument
6920 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
H A DAsmParser.cpp94 SMLoc ExitLoc; member
2919 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()