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

Method less_than

src/Constant.cpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488bool
489Constant::less_than(int num) const
490{
491 return StringUtils::str2int(value) < num;
492}
493
494bool
495Constant::not_equals(int num) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected