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

Method OutputSign

src/SafeOpFlags.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void
284SafeOpFlags::OutputSign(std::ostream &out, bool is_signed) const
285{
286 is_signed ? (out << "_s")
287 : (out << "_u");
288}
289
290void
291SafeOpFlags::OutputOp1(std::ostream &out) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected