Home
last modified time | relevance | path

Searched refs:get_called_funcs (Results 1 – 12 of 12) sorted by relevance

/dports/devel/csmith/csmith-2.3.0/src/
H A DExpressionComma.h56 …virtual void get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const { lhs.get_c… in get_called_funcs() function
H A DExpressionAssign.h62 …virtual void get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const { assign->g… in get_called_funcs() function
H A DExpressionFuncall.cpp142 ExpressionFuncall::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const in get_called_funcs() function in ExpressionFuncall
144 invoke.get_called_funcs(funcs); in get_called_funcs()
H A DExpressionFuncall.h67 virtual void get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs ) const;
H A DStatement.cpp701 get_called_funcs(calls); in read_union_field()
786 Statement::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const in get_called_funcs() function in Statement
794 exprs[i]->get_called_funcs(funcs); in get_called_funcs()
799 s->get_called_funcs(funcs); in get_called_funcs()
H A DExpression.h117 virtual void get_called_funcs(std::vector<const FunctionInvocationUser*>& /*funcs*/ ) const {}; in get_called_funcs() function
H A DFunctionInvocation.h138 virtual void get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs ) const;
H A DStatement.h102 void get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const;
H A DFunctionInvocation.cpp358 FunctionInvocation::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const in get_called_funcs() function in FunctionInvocation
363 value->get_called_funcs(funcs); in get_called_funcs()
H A DExpression.cpp128 get_called_funcs(funcs); in func_count()
H A DFunctionInvocationUser.cpp136 func->body->get_called_funcs(calls); in calls_to_funcs_recursive()
H A DReducer.cpp325 stm->get_called_funcs(funcalls); in output_block_skeleton()