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 279 class UndefOrNullArgVisitor
280 : public BugReporterVisitorImpl<UndefOrNullArgVisitor> {
286 UndefOrNullArgVisitor(const MemRegion *InR) : R(InR) {}
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]

Completed in 334 milliseconds