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

Completed in 682 milliseconds