MCPcopy Create free account
hub / github.com/Z3Prover/z3 / Z3_params_dec_ref

Function Z3_params_dec_ref

src/api/api_params.cpp:53–59  ·  view source on GitHub ↗

\brief Decrement the reference counter of the given parameter set. */

Source from the content-addressed store, hash-verified

51 \brief Decrement the reference counter of the given parameter set.
52 */
53 void Z3_API Z3_params_dec_ref(Z3_context c, Z3_params p) {
54 Z3_TRY;
55 LOG_Z3_params_dec_ref(c, p);
56 if (p)
57 to_params(p)->dec_ref();
58 Z3_CATCH;
59 }
60
61 /**
62 \brief Add a Boolean parameter \c k with value \c v to the parameter set \c p.

Callers 3

__del__Method · 0.85
~paramsMethod · 0.85
paramsClass · 0.85

Calls 2

to_paramsFunction · 0.85
dec_refMethod · 0.45

Tested by

no test coverage detected