Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp354 SourceLocation ExitLoc; member
367 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
827 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
833 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
839 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations()
853 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
854 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations()
858 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2725 intersectAndWarn(ExpectedFunctionExitSet, Final.ExitSet, Final.ExitLoc, in runAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp87 SMLoc ExitLoc; member
923 SMLoc ExitLoc, raw_svector_ostream &OS);
2802 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit()
5448 SMLoc ExitLoc, in instantiateMacroLikeBody() argument
5458 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
H A DAsmParser.cpp93 SMLoc ExitLoc; member
2860 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1901 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1908 handleFileExit(ExitLoc); in VisitSwitchStmt()