Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp46 struct DestinationArgExpr : AnyArgExpr {}; struct
205 DestinationArgExpr Dest, SourceArgExpr Source,
1444 DestinationArgExpr Dest, in evalCopyCommon()
1549 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemcpy()
1564 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMempcpy()
1578 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalMemmove()
1591 DestinationArgExpr Dest = {{Call.getArgExpr(1), 1}}; in evalBcopy()
1882 DestinationArgExpr Dst = {{Call.getArgExpr(0), 0}}; in evalStrcpyCommon()
2565 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalMemset()
2614 DestinationArgExpr Buffer = {{Call.getArgExpr(0), 0}}; in evalBzero()
[all …]