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

Method SafeOpFlags

src/SafeOpFlags.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49vector<string> SafeOpFlags::wrapper_names;
50
51SafeOpFlags::SafeOpFlags()
52{
53 //Nothing to do
54}
55
56SafeOpFlags::SafeOpFlags(bool o1, bool o2, bool is_func, SafeOpSize osize)
57 : op1_(o1),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected