Searched refs:DestinationArgExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 43 struct DestinationArgExpr : AnyArgExpr {}; struct 182 DestinationArgExpr Dest, SourceArgExpr Source, 1293 DestinationArgExpr Dest, in evalCopyCommon() 1396 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemcpy() 1411 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMempcpy() 1425 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemmove() 1438 DestinationArgExpr Dest = {{Call.getArgExpr(1), 1}}; in evalBcopy() 1732 DestinationArgExpr Dst = {{Call.getArgExpr(0), 0}}; in evalStrcpyCommon() 2379 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalMemset() 2428 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalBzero() [all …]
|