Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp66 class Z3Sort : public SMTSort { class
75 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() function in __anonfa99afad0111::Z3Sort
80 Z3Sort(const Z3Sort &Other) : Context(Other.Context), Sort(Other.Sort) { in Z3Sort() function in __anonfa99afad0111::Z3Sort