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

Method ast

smt/expr.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Z3_ast expr::ast() const {
98 assert(isValid());
99
100 if (isZ3Ast())
101 return (Z3_ast)ptr;
102
103 assert(0 && "TODO");
104 return 0;
105}
106
107expr::expr(const expr &other) noexcept {
108 if (!other.isValid()) {

Callers 1

varsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected