Searched refs:append_type (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dprdbg.c83 static bfd_boolean append_type (struct pr_handle *, const char *);
378 append_type (struct pr_handle *info, const char *s)
448 || ! append_type (info, ")"))
455 return (append_type (info, " ")
456 && append_type (info, s));
468 if (! append_type (info, " "))
633 if (! append_type (info, tag)
634 || ! append_type (info, " "))
637 if (! append_type (info, "{ "))
642 if (! append_type (inf
374 append_type (struct pr_handle *info, const char *s) function
[all...]
/haiku-buildtools/binutils/binutils/
H A Dprdbg.c81 static bfd_boolean append_type (struct pr_handle *, const char *);
377 append_type (struct pr_handle *info, const char *s)
447 || ! append_type (info, ")"))
454 return (append_type (info, " ")
455 && append_type (info, s));
467 if (! append_type (info, " "))
652 if (! append_type (info, tag)
653 || ! append_type (info, " "))
656 if (! append_type (info, "{ "))
661 if (! append_type (inf
373 append_type (struct pr_handle *info, const char *s) function
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dtypelist.h217 typedef append_<Tl, Typelist_Chain> append_type; typedef in struct:typelist::detail::append_
220 typedef chain<Hd, typename append_type::type> type;
364 typedef append<Hd_Typelist, node<rest_type> > append_type; typedef in struct:typelist::detail::chain_flatten_
366 typedef typename append_type::type::root type;
433 typedef detail::append_<root0_type, root1_type> append_type; typedef in struct:typelist::append
436 typedef node<typename append_type::type> type;
444 typedef detail::append_typelist_<root_type> append_type; typedef in struct:typelist::append_typelist
447 typedef node<typename append_type::type> type;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc221 Function_type* append_type = Type::make_function_type(NULL, NULL, NULL, loc); local
222 append_type->set_is_varargs();
223 append_type->set_is_builtin();
224 this->globals_->add_function_declaration("append", NULL, append_type, loc);

Completed in 112 milliseconds