Searched refs:ExitLoc (Results 1 – 5 of 5) sorted by relevance
/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/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 71 SMLoc ExitLoc; member 1424 : TheMacro(M), Instantiation(I), InstantiationLoc(IL), ExitLoc(EL) in MacroInstantiation() 1490 JumpToLoc(ActiveMacros.back()->ExitLoc); 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-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 97 SMLoc ExitLoc; member 2470 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL), in MacroInstantiation() 2761 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer); in handleMacroExit()
|