MCPcopy Create free account
hub / github.com/argotorg/solidity / none

Method none

libsmtutil/SolverInterface.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 bool none() const noexcept { return !some(); }
109 bool some() const noexcept { return cvc5 || eld || smtlib2 || z3; }
110 bool all() const noexcept { return cvc5 && eld && smtlib2 && z3; }
111};

Callers 3

SMTCheckerTestMethod · 0.45
formatSourceLocationMethod · 0.45
formatDebugDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

SMTCheckerTestMethod · 0.36