MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / sort

Method sort

smt/expr.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162Z3_sort expr::sort() const {
163 return Z3_get_sort(ctx(), ast());
164}
165
166Z3_decl expr::decl() const {
167 auto app = isApp();

Callers 15

mkUIntMethod · 0.80
mkIntMethod · 0.80
mkFloatMethod · 0.80
mkNaNMethod · 0.80
mkNumberMethod · 0.80
mkQVarMethod · 0.80
mkVarMethod · 0.80
mkFreshVarMethod · 0.80
isSameTypeOfMethod · 0.80
binop_commutativeMethod · 0.80
add_no_soverflowMethod · 0.80
add_no_uoverflowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected