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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  165     return RefState(AllocatedOfSizeZero, RS->getStmt(),
  175     return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
 1864         const Expr *AllocExpr = cast<Expr>(RsBase->getStmt());
 2137     const Expr *AllocExpr = cast<Expr>(RS->getStmt());
 2853       ReportUseZeroAllocated(C, RS->getStmt()->getSourceRange(), Sym);
 2909               RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt()));
 3246             const Stmt *S = RSCurr->getStmt();