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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/Taint.h
   60 bool isTainted(ProgramStateRef State, const Stmt *S,

References

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