Searched refs:DestinationArgExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 47 struct DestinationArgExpr : AnyArgExpr {}; struct 206 DestinationArgExpr Dest, SourceArgExpr Source, 1438 DestinationArgExpr Dest, in evalCopyCommon() 1544 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemcpy() 1559 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMempcpy() 1573 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemmove() 1586 DestinationArgExpr Dest = {{Call.getArgExpr(1), 1}}; in evalBcopy() 1880 DestinationArgExpr Dst = {{Call.getArgExpr(0), 0}}; in evalStrcpyCommon() 2527 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalMemset() 2576 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalBzero() [all …]
|