Lines Matching refs:DestinationArgExpr
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()
2632 DestinationArgExpr Dest = {{Call.getArgExpr(0), 0}}; in evalSprintfCommon()