Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp26 class Z3Config { class
32 Z3Config() : Config(Z3_mk_config()) { in Z3Config() function in __anon0349533b0111::Z3Config
41 ~Z3Config() { Z3_del_config(Config); } in ~Z3Config()
56 Context = Z3_mk_context_rc(Z3Config().Config); in Z3Context()