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

Method output

src/CVQualifiers.cpp:709–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void
710CVQualifiers::output() const
711{
712 size_t i;
713 for (i=0; i<is_consts.size(); i++) {
714 cout << is_consts[i] << " ";
715 }
716 cout << ", ";
717 for (i=0; i<is_volatiles.size(); i++) {
718 cout << is_volatiles[i] << " ";
719 }
720 cout << endl;
721}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected