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

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  213       if (isTainted(State, E, C.getLocationContext()) || isStdin(E, C))
  213       if (isTainted(State, E, C.getLocationContext()) || isStdin(E, C))
  216       if (!E->getType().getTypePtr()->isPointerType())
  219       Optional<SVal> V = getPointedToSVal(C, E);