Home
last modified time | relevance | path

Searched refs:DstName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp225 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local
230 if (!DstName.empty()) { in VisitCallExpr()
231 os << "Replace with 'sizeof(" << DstName << ") " in VisitCallExpr()
232 "- strlen(" << DstName <<") - 1'"; in VisitCallExpr()
250 StringRef DstName = getPrintableName(DstArg); in VisitCallExpr() local
256 if (!DstName.empty()) in VisitCallExpr()
257 os << "sizeof(" << DstName << ")"; in VisitCallExpr()