Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp24 class Z3Config { class
30 Z3Config() : Config(Z3_mk_config()) { in Z3Config() function in __anondfffcc6f0111::Z3Config
39 ~Z3Config() { Z3_del_config(Config); } in ~Z3Config()
54 Context = Z3_mk_context_rc(Z3Config().Config); in Z3Context()