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

References

tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  535   if (checkUncontrolledFormatString(CE, C))
  538   const FunctionDecl *FDecl = C.getCalleeDecl(CE);
  546   if (checkSystemCall(CE, Name, C))
  549   if (checkTaintedBufferSize(CE, FDecl, C))
  552   if (checkCustomSinks(CE, Name, C))