| 72 | } |
| 73 | |
| 74 | SafeOpFlags* |
| 75 | SafeOpFlags::make_dummy_flags() |
| 76 | { |
| 77 | return new SafeOpFlags(false, false, false, sInt8); |
| 78 | } |
| 79 | |
| 80 | eSimpleType |
| 81 | SafeOpFlags::flags_to_type(bool sign, enum SafeOpSize size) |
nothing calls this directly
no outgoing calls
no test coverage detected