enum class Result::Status

Declared at: clang/include/clang/Analysis/FlowSensitive/Solver.h:29

Enumerators

NameValueComment
Satisfiable0Indicates that there exists a satisfying assignment for a boolean formula.
Unsatisfiable1Indicates that there is no satisfying assignment for a boolean formula.
TimedOut2Indicates that the solver gave up trying to find a satisfying assignment for a boolean formula.