metaSMT git
|
#include "../support/SMT_Graph.hpp"
#include "../tags/QF_BV.hpp"
#include "../tags/Logics.hpp"
#include "../impl/_var_id.hpp"
#include "Logic.hpp"
#include "Array.hpp"
#include <boost/proto/core.hpp>
#include <boost/type_traits/is_signed.hpp>
#include <string>
Go to the source code of this file.
Classes | |
struct | metaSMT::logic::QF_BV::QF_BV_Unary_Function |
struct | metaSMT::logic::QF_BV::QF_BV_Binary_Function |
struct | metaSMT::logic::QF_BV::QF_BV_Binary_Predicate |
struct | metaSMT::logic::QF_BV::QF_BV_BitVector_Constrant |
struct | metaSMT::logic::QF_BV::QF_BV_Grammar |
struct | metaSMT::logic::QF_BV::QF_BV_Domain |
struct | metaSMT::logic::QF_BV::QF_BV< Expr > |
Namespaces | |
namespace | metaSMT |
namespace | metaSMT::logic |
namespace | metaSMT::logic::QF_BV |
SMT Qantifier Free Bit-Vector Theory. | |
Defines | |
#define | _QF_BV_BINARY_FUNCTION(NAME_, TAG_) |
#define | _QF_BV_UNARY_FUNCTION(NAME_, TAG_) |
Typedefs | |
typedef proto::result_of::make_expr < tag::bvuint_tag, QF_BV_Domain, unsigned long, unsigned long >::type | metaSMT::logic::QF_BV::bvuint_result_type |
typedef proto::result_of::make_expr < tag::bvsint_tag, QF_BV_Domain, long, unsigned long >::type | metaSMT::logic::QF_BV::bvsint_result_type |
typedef proto::result_of::make_expr < proto::tag::terminal, QF_BV_Domain, tag::var_tag > ::type | metaSMT::logic::QF_BV::bitvector |
Functions | |
template<typename Expr > | |
void | metaSMT::logic::QF_BV::check (QF_BV< Expr > const &) |
template<typename Expr > | |
void | metaSMT::logic::QF_BV::check_not (QF_BV< Expr > const &) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvand_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvand (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvnand_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvnand (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvor_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvor (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvnor_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvnor (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvxor_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvxor (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvxnor_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvxnor (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvadd_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvadd (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvmul_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvmul (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsub_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsub (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvudiv_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvudiv (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvurem_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvurem (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsdiv_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsdiv (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsrem_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsrem (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvcomp_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvcomp (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvslt_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvslt (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsgt_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsgt (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsle_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsle (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvsge_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvsge (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvult_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvult (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvugt_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvugt (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvule_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvule (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvuge_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvuge (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvshl_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvshl (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvshr_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvshr (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::bvashr_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::bvashr (E1 const &e1, E2 const &e2) |
template<typename E1 , typename E2 > | |
proto::result_of::make_expr < tag::concat_tag, QF_BV_Domain, E1 const &, E2 const & >::type | metaSMT::logic::QF_BV::concat (E1 const &e1, E2 const &e2) |
template<typename E1 > | |
proto::result_of::make_expr < tag::bvnot_tag, QF_BV_Domain, E1 const & >::type | metaSMT::logic::QF_BV::bvnot (E1 const &e1) |
template<typename E1 > | |
proto::result_of::make_expr < tag::bvneg_tag, QF_BV_Domain, E1 const & >::type | metaSMT::logic::QF_BV::bvneg (E1 const &e1) |
template<typename Expr > | |
proto::result_of::make_expr < tag::extract_tag, QF_BV_Domain, unsigned long const &, unsigned long const &, Expr const & >::type | metaSMT::logic::QF_BV::extract (unsigned long const &from, unsigned long const &width, Expr const &e) |
template<typename Expr > | |
proto::result_of::make_expr < tag::zero_extend_tag, QF_BV_Domain, unsigned long const &, Expr const & >::type | metaSMT::logic::QF_BV::zero_extend (unsigned long const &howMany, Expr const &e) |
template<typename Expr > | |
proto::result_of::make_expr < tag::sign_extend_tag, QF_BV_Domain, unsigned long const &, Expr const & >::type | metaSMT::logic::QF_BV::sign_extend (unsigned long const &howMany, Expr const &e) |
bvuint_result_type | metaSMT::logic::QF_BV::bvuint (unsigned long const &value, unsigned long const &width) |
bvsint_result_type | metaSMT::logic::QF_BV::bvsint (long const &value, long unsigned const &width) |
template<typename Integer > | |
boost::enable_if< typename boost::mpl::and_ < boost::is_integral< Integer > , boost::is_signed< Integer > >::type, bvsint_result_type > ::type | metaSMT::logic::QF_BV::bvint (Integer value, unsigned long const &width) |
proto::result_of::make_expr < tag::bvbin_tag, QF_BV_Domain, std::string const & >::type | metaSMT::logic::QF_BV::bvbin (std::string const &value) |
proto::result_of::make_expr < tag::bvhex_tag, QF_BV_Domain, std::string const & >::type | metaSMT::logic::QF_BV::bvhex (std::string const &value) |
bitvector | metaSMT::logic::QF_BV::new_bitvector (unsigned width=1) |
Variables | |
QF_BV< proto::terminal < tag::bit0_tag >::type > const | metaSMT::logic::QF_BV::bit0 |
QF_BV< proto::terminal < tag::bit1_tag >::type > const | metaSMT::logic::QF_BV::bit1 |