Searched refs:get_return_type (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/mit/isl/dist/interface/
H A Dplain_cpp.h57 std::string get_return_type(const Method &method);
H A Dplain_cpp.cc1524 std::string plain_cpp_generator::get_return_type(const Method &method) function in class:plain_cpp_generator
1599 string rettype_str = generator.get_return_type(method);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c215 func_type->get_return_type (),
H A Dlibgccjit.c2167 func->get_return_type (),
2175 func->get_return_type ()->get_debug_string ());
2203 func->get_return_type () == ctxt->get_type (GCC_JIT_TYPE_VOID),
2208 func->get_return_type ()->get_debug_string ());
H A Djit-recording.h794 type * get_return_type () const { return m_return_type; } function in class:gcc::jit::recording::function_type
1184 type *get_return_type () const { return m_return_type; } function in class:gcc::jit::recording::function
H A Djit-recording.c5225 : base_call (ctxt, loc, func->get_return_type (), numargs, args),
5312 ->as_a_function_type ()->get_return_type (),
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc215 func_type->get_return_type (),
H A Dlibgccjit.cc699 gcc::jit::recording::function_type::get_return_type method, in
706 return (gcc_jit_type *)function_type->get_return_type ();
1301 gcc::jit::recording::function::get_return_type method, in
1308 return (gcc_jit_type *)func->get_return_type ();
3027 func->get_return_type (),
3035 func->get_return_type ()->get_debug_string ());
3063 func->get_return_type () == ctxt->get_type (GCC_JIT_TYPE_VOID),
3068 func->get_return_type ()->get_debug_string ());
H A Djit-recording.h872 type * get_return_type () const { return m_return_type; } function in class:gcc::jit::recording::function_type
1283 type *get_return_type () const { return m_return_type; } function in class:gcc::jit::recording::function
H A Djit-recording.cc6016 : base_call (ctxt, loc, func->get_return_type (), numargs, args),
6103 ->as_a_function_type ()->get_return_type (),

Completed in 182 milliseconds