MCPcopy Create free account
hub / github.com/csmith-project/csmith / StatementAssign

Method StatementAssign

src/StatementAssign.cpp:380–392  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

378 *
379 */
380StatementAssign::StatementAssign(Block* b, const Lhs &l,
381 const Expression &e,
382 eAssignOps op,
383 const SafeOpFlags *flags)
384 : Statement(eAssign, b),
385 op(op),
386 lhs(l),
387 expr(e),
388 rhs(&expr),
389 op_flags(flags)
390{
391 // Nothing else to do.
392}
393
394/*
395 *

Callers

nothing calls this directly

Calls 2

get_typeMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected