Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp67 class Z3Sort : public SMTSort { class
76 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() function in __anondfffcc6f0111::Z3Sort
81 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { in Z3Sort() function in __anondfffcc6f0111::Z3Sort
87 Z3Sort &operator=(const Z3Sort &Other) { in operator =()
94 Z3Sort(Z3Sort &&Other) = delete;
95 Z3Sort &operator=(Z3Sort &&Other) = delete;
97 ~Z3Sort() { in ~Z3Sort()
130 static_cast<const Z3Sort &>(Other).Sort); in equal_to()
138 static const Z3Sort &toZ3Sort(const SMTSort &S) { in toZ3Sort()
139 return static_cast<const Z3Sort &>(S); in toZ3Sort()
[all …]