Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp45 void Z3ErrorHandler(Z3_context Context, Z3_error_code Error) { in Z3ErrorHandler() function
59 Z3_set_error_handler(Context, Z3ErrorHandler); in Z3Context()