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

Method fn_name

smt/expr.cpp:2455–2459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2453}
2454
2455string_view expr::fn_name() const {
2456 if (isApp())
2457 return Z3_get_symbol_string(ctx(), Z3_get_decl_name(ctx(), decl()));
2458 return {};
2459}
2460
2461unsigned expr::getFnNumArgs() const {
2462 auto app = isApp();

Callers 10

print_single_varvalFunction · 0.80
errorFunction · 0.80
isUndefMaskMethod · 0.80
getMethod · 0.80
isNaNIntMethod · 0.80
isFnReturnValueFunction · 0.80
isInitialMemBlockMethod · 0.80
any_fp_zeroFunction · 0.80
get_apps_ofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected