Searched refs:DestinationArgExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 48 struct DestinationArgExpr : AnyArgExpr { struct 169 DestinationArgExpr Dest, SourceArgExpr Source, 1191 DestinationArgExpr Dest, in evalCopyCommon() 1294 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemcpy() 1309 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMempcpy() 1322 DestinationArgExpr Dest = {CE->getArg(0), 0}; in evalMemmove() 1335 DestinationArgExpr Dest = {CE->getArg(1), 1}; in evalBcopy() 1618 DestinationArgExpr Dst = {CE->getArg(0), 0}; in evalStrcpyCommon() 2239 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalMemset() 2288 DestinationArgExpr Buffer = {CE->getArg(0), 0}; in evalBzero()
|