Searched refs:ExitLoc (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 342 SourceLocation ExitLoc; member 355 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation() 819 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations() 825 CurrBlockInfo->ExitLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations() 831 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations() 845 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 846 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations() 2472 PrevBlockInfo->ExitLoc, in runAnalysis() 2555 Final->ExitLoc, in runAnalysis()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 309 SourceLocation ExitLoc; // Location of last statement in block. member 317 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation() 780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations() 786 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart(); in findBlockLocations() 792 if (CurrBlockInfo->ExitLoc.isValid()) { in findBlockLocations() 807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations() 808 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc; in findBlockLocations() 2286 PrevBlockInfo->ExitLoc, in runAnalysis() 2371 Final->ExitLoc, in runAnalysis()
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 813 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local 814 pushRegion(ExitCount, getStart(S), ExitLoc); in VisitSwitchStmt() 815 handleFileExit(ExitLoc); in VisitSwitchStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 1235 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt() local 1241 handleFileExit(ExitLoc); in VisitSwitchStmt()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 95 SMLoc ExitLoc; member 969 SMLoc ExitLoc, raw_svector_ostream &OS); 3153 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer, in handleMacroExit() 6589 SMLoc ExitLoc, in instantiateMacroLikeBody() argument 6599 ExitLoc, TheCondStack.size()}; in instantiateMacroLikeBody()
|
D | AsmParser.cpp | 95 SMLoc ExitLoc; member 2827 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 86 SMLoc ExitLoc; member 2151 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation() 2429 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 97 SMLoc ExitLoc; member 2810 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
|