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

Method is_0_or_1

src/FunctionInvocationBinary.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool
191FunctionInvocationBinary::is_0_or_1(void) const
192{
193 return eFunc==eCmpGt || eFunc==eCmpLt || eFunc==eCmpGe || eFunc==eCmpLe || eFunc==eCmpEq || eFunc==eCmpNe;
194}
195
196bool
197FunctionInvocationBinary::is_return_type_float() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected