Searched refs:get_param_types (Results 1 – 7 of 7) sorted by relevance
719 return function_type->get_param_types ().length (); in gcc_jit_function_type_get_param_count()733 size_t num_params = function_type->get_param_types ().length (); in gcc_jit_function_type_get_param_type()741 return (gcc_jit_type *)function_type->get_param_types ()[index]; in gcc_jit_function_type_get_param_type()2314 int min_num_params = fn_type->get_param_types ().length (); in gcc_jit_context_new_call_through_ptr()2335 gcc::jit::recording::type *param_type = fn_type->get_param_types ()[i]; in gcc_jit_context_new_call_through_ptr()
197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function()
873 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() function
3602 (gcc::jit::recording::function_type::get_param_types): Convert
1553 int min_num_params = fn_type->get_param_types ().length (); in gcc_jit_context_new_call_through_ptr()1574 gcc::jit::recording::type *param_type = fn_type->get_param_types ()[i]; in gcc_jit_context_new_call_through_ptr()
795 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() function