HomeSort by relevance Sort by last modified time
    Searched refs:EntryLoc (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 527 DebugLoc EntryLoc;
530 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP);
536 EntryLoc = IP->getDebugLoc();
540 IRB.SetCurrentDebugLocation(EntryLoc);
563 IRB.SetCurrentDebugLocation(EntryLoc);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 308 SourceLocation EntryLoc; // Location of first statement in block
317 return Side == CBS_Entry ? EntryLoc : ExitLoc;
780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
799 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart();
807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 184 milliseconds