MCPcopy Create free account
hub / github.com/csmith-project/csmith / get_func

Method get_func

src/FunctionInvocationUser.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 virtual bool safe_invocation() const { return true; }
78
79 const Function* get_func(void) const { return func; };
80
81 bool revisit(std::vector<const Fact*>& inputs, CGContext& cg_context) const;
82

Callers 12

output_block_skeletonMethod · 0.80
find_called_funcsMethod · 0.80
output_exprMethod · 0.80
get_referenced_ptrsMethod · 0.80
read_union_fieldMethod · 0.80
rhs_to_lhs_transferMethod · 0.80
calls_to_funcsFunction · 0.80
calls_to_funcs_recursiveFunction · 0.80
rhs_to_lhs_transferMethod · 0.80
get_qualifiersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected