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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp309 SourceLocation ExitLoc; // Location of last statement in block.
317 return Side == CBS_Entry ? EntryLoc : ExitLoc;
780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
786 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
792 if (CurrBlockInfo->ExitLoc.isValid()) {
807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
808 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
2286 PrevBlockInfo->ExitLoc,
2371 Final->ExitLoc,
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp813 SourceLocation ExitLoc = getEnd(S); local
814 pushRegion(ExitCount, getStart(S), ExitLoc);
815 handleFileExit(ExitLoc);
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp71 SMLoc ExitLoc; member in struct:__anon19942::MacroInstantiation
1424 : TheMacro(M), Instantiation(I), InstantiationLoc(IL), ExitLoc(EL)
1490 JumpToLoc(ActiveMacros.back()->ExitLoc);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp86 SMLoc ExitLoc; member in struct:__anon12856::MacroInstantiation
2151 : InstantiationLoc(IL), ExitBuffer(EB), ExitLoc(EL),
2429 jumpToLoc(ActiveMacros.back()->ExitLoc, ActiveMacros.back()->ExitBuffer);

Completed in 171 milliseconds