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

References

tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
   97     return getLength(DestCapacityExpr, Result);
  122           getLength(Result.Nodes.getNodeAs<Expr>(WrongLengthExprName), Result))
  126           getLength(Result.Nodes.getNodeAs<Expr>(LengthExprName), Result))
  132       if (int ArgLength = getLength(Arg, Result))
  228   int SrcLength = getLength(Result.Nodes.getNodeAs<Expr>(SrcExprName), Result);
  262   int DestCapacity = getLength(DestCapacityExpr, Result);
  280     return !getLength(Result.Nodes.getNodeAs<Expr>(SrcExprName), Result);
  975         getLength(Result.Nodes.getNodeAs<Expr>(SrcExprName), Result);