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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  214   const FunctionDecl *FD = CE->getDirectCallee();
  219     if (containsBadStrncatPattern(CE)) {
  220       const Expr *DstArg = CE->getArg(0);
  221       const Expr *LenArg = CE->getArg(2);
  244     if (containsBadStrlcpyStrlcatPattern(CE)) {
  245       const Expr *DstArg = CE->getArg(0);
  246       const Expr *LenArg = CE->getArg(2);
  269   VisitChildren(CE);