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

Method make_dummy_flags

src/SafeOpFlags.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74SafeOpFlags*
75SafeOpFlags::make_dummy_flags()
76{
77 return new SafeOpFlags(false, false, false, sInt8);
78}
79
80eSimpleType
81SafeOpFlags::flags_to_type(bool sign, enum SafeOpSize size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected