Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DZ3Solver.cpp142 class Z3Expr : public SMTExpr { class
150 Z3Expr(Z3Context &C, Z3_ast ZA) : SMTExpr(), Context(C), AST(ZA) { in Z3Expr() function in __anon5ae4843c0111::Z3Expr
155 Z3Expr(const Z3Expr &Copy) : SMTExpr(), Context(Copy.Context), AST(Copy.AST) { in Z3Expr() function in __anon5ae4843c0111::Z3Expr
161 Z3Expr &operator=(const Z3Expr &Other) { in operator =()
168 Z3Expr(Z3Expr &&Other) = delete;
169 Z3Expr &operator=(Z3Expr &&Other) = delete;
171 ~Z3Expr() { in ~Z3Expr()
184 static_cast<const Z3Expr &>(Other).AST)) && in equal_to()
187 static_cast<const Z3Expr &>(Other).AST); in equal_to()
195 static const Z3Expr &toZ3Expr(const SMTExpr &E) { in toZ3Expr()
[all …]