Searched refs:function_ptr_exp (Results 1 – 2 of 2) sorted by relevance
2709 tree function_ptr_exp; in build_block_call() local2724 function_ptr_exp = in build_block_call()2727 gcc_assert (function_ptr_exp); in build_block_call()2733 function_ptr_exp = convert (build_pointer_type (fntype), function_ptr_exp); in build_block_call()2736 function_ptr_exp, params, NULL_TREE); in build_block_call()
3853 tree function_ptr_exp; in build_block_call() local3866 function_ptr_exp = build_component_ref (build_indirect_ref (block_ptr_exp, "->"), in build_block_call()3868 gcc_assert (function_ptr_exp); in build_block_call()3874 function_ptr_exp = convert (build_pointer_type (fntype), function_ptr_exp); in build_block_call()3877 function_ptr_exp, params, NULL_TREE); in build_block_call()