Searched refs:ExitLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 347 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() 2487 CurrBlockInfo->EntrySet, PrevLockset, PrevBlockInfo->ExitLoc, in runAnalysis() 2565 intersectAndWarn(ExpectedExitSet, Final->ExitSet, Final->ExitLoc, in runAnalysis()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1306 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local 1313 handleFileExit(ExitLoc); in VisitSwitchStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 98 SMLoc ExitLoc; member 1022 SMLoc ExitLoc, raw_svector_ostream &OS); 3315 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit() 6957 SMLoc ExitLoc, in instantiateMacroLikeBody() argument 6967 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
|
| H A D | AsmParser.cpp | 96 SMLoc ExitLoc; member 2915 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
|