Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
2483 intersectAndWarn(ExpectedExitSet, Final->ExitSet, Final->ExitLoc, in runAnalysis()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1316 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local
1323 handleFileExit(ExitLoc); in VisitSwitchStmt()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp92 SMLoc ExitLoc; member
1040 SMLoc ExitLoc, raw_svector_ostream &OS);
3295 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit()
6941 SMLoc ExitLoc, in instantiateMacroLikeBody() argument
6951 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
H A DAsmParser.cpp93 SMLoc ExitLoc; member
2930 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()