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 361 DebugLoc EntryLoc = IsEntryBB && IP->getDebugLoc()
365 IRB.SetCurrentDebugLocation(EntryLoc);
383 IRB.SetCurrentDebugLocation(EntryLoc);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 306 SourceLocation EntryLoc; // Location of first statement in block
315 return Side == CBS_Entry ? EntryLoc : ExitLoc;
778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
797 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart();
805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 110 milliseconds