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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 281 class UndefOrNullArgVisitor
282 : public BugReporterVisitorImpl<UndefOrNullArgVisitor> {
288 UndefOrNullArgVisitor(const MemRegion *InR) : R(InR) {}
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]

Completed in 182 milliseconds