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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  112   static bool isStdin(const Expr *E, CheckerContext &C);

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  213       if (isTainted(State, E, C.getLocationContext()) || isStdin(E, C))