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