reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
   78   bool ReportZeroByteAllocation(CheckerContext &C,

References

tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  383     (void) ReportZeroByteAllocation(C, falseState, arg, fn);
  413       if (ReportZeroByteAllocation(C, falseState, arg, "calloc"))