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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
   56   const MemRegion *getVAListAsRegion(SVal SV, const Expr *VAExpr,

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  141           getVAListAsRegion(Call.getArgSVal(FuncInfo.VAListPos),
  193       getVAListAsRegion(VAListSVal, VASubExpr, Symbolic, C);
  312       getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);
  320         getVAListAsRegion(Call.getArgSVal(1), Call.getArgExpr(1), Symbolic, C);
  359       getVAListAsRegion(Call.getArgSVal(0), Call.getArgExpr(0), Symbolic, C);