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

  /external/llvm/lib/Analysis/
IVUsers.cpp 45 /// isInteresting - Test whether the given expression is "interesting" when
48 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L,
61 return isInteresting(AR->getStart(), I, L, SE, LI) &&
62 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
70 if (isInteresting(*OI, I, L, SE, LI)) {
135 if (!isInteresting(ISE, I, L, SE, LI))
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 149 bool isInteresting(SymbolRef sym) const;
150 bool isInteresting(const MemRegion *R) const;
151 bool isInteresting(SVal V) const;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 572 if (report.isInteresting(R))
577 if (report.isInteresting(V))
728 if (report.isInteresting(R))
774 if (report.isInteresting(R))
778 if (report.isInteresting(V))
BugReporter.cpp     [all...]

Completed in 67 milliseconds