HomeSort by: relevance | last modified time | path
    Searched refs:EntryLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 897 DebugLoc EntryLoc;
900 EntryLoc = DILocation::get(SP->getContext(), SP->getScopeLine(), 0, SP);
906 EntryLoc = IP->getDebugLoc();
907 if (!EntryLoc)
909 EntryLoc = DILocation::get(SP->getContext(), 0, 0, SP);
913 IRB.SetCurrentDebugLocation(EntryLoc);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 344 SourceLocation EntryLoc;
360 return Side == CBS_Entry ? EntryLoc : ExitLoc;
824 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc();
842 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc();
850 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
2437 CurrBlockInfo->EntryLoc,
2519 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, PreLoop->EntryLoc,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 1377 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, LS, EntryVL.Expr,
1379 LocIndices EntryValueIDs = VarLocIDs.insert(EntryLoc);
1381 OpenRanges.insert(EntryValueIDs, EntryLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1945 PathDiagnosticLocation EntryLoc =
1947 if (FirstEdge->getStartLocation() != EntryLoc)

Completed in 28 milliseconds