Home
last modified time | relevance | path

Searched refs:Z3Expr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp149 class Z3Expr : public SMTExpr { class
157 Z3Expr(Z3Context &C, Z3_ast ZA) : SMTExpr(), Context(C), AST(ZA) { in Z3Expr() function in __anona2cc94240111::Z3Expr
162 Z3Expr(const Z3Expr &Copy) : SMTExpr(), Context(Copy.Context), AST(Copy.AST) { in Z3Expr() function in __anona2cc94240111::Z3Expr
168 Z3Expr &operator=(const Z3Expr &Other) { in operator =()
175 Z3Expr(Z3Expr &&Other) = delete;
176 Z3Expr &operator=(Z3Expr &&Other) = delete;
178 ~Z3Expr() { in ~Z3Expr()
191 static_cast<const Z3Expr &>(Other).AST)) && in equal_to()
194 static_cast<const Z3Expr &>(Other).AST); in equal_to()
202 static const Z3Expr &toZ3Expr(const SMTExpr &E) { in toZ3Expr()
[all …]