10#ifndef CPROVER_UTIL_THREEVAL_H
11#define CPROVER_UTIL_THREEVAL_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
tvt operator&&(const tvt other) const
bool operator!=(const tvt other) const
const char * to_string() const
bool operator==(const tvt other) const
tvt operator||(const tvt other) const
tv_enumt get_value() const
std::ostream & operator<<(std::ostream &out, const tvt &a)