Home
last modified time | relevance | path

Searched refs:get_param_types (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc719 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()
H A Djit-builtins.cc197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function()
H A Djit-recording.h873 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() function
H A DChangeLog3602 (gcc::jit::recording::function_type::get_param_types): Convert
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c197 vec<recording::type *> param_types = func_type->get_param_types (); in make_builtin_function()
H A Dlibgccjit.c1553 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()
H A Djit-recording.h795 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() function