Searched refs:append_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | prdbg.c | 81 static bool append_type (struct pr_handle *, const char *); 368 append_type (struct pr_handle *info, const char *s) in append_type() function 438 || ! append_type (info, ")")) in substitute_type() 445 return (append_type (info, " ") in substitute_type() 446 && append_type (info, s)); in substitute_type() 458 if (! append_type (info, " ")) in indent_type() 613 if (! append_type (info, tag) in pr_enum_type() 614 || ! append_type (info, " ")) in pr_enum_type() 617 if (! append_type (info, "{ ")) in pr_enum_type() 622 if (! append_type (info, "/* undefined */")) in pr_enum_type() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | prdbg.c | 363 append_type (struct pr_handle *info, const char *s) in append_type() function 431 || ! append_type (info, ")")) in substitute_type() 438 return (append_type (info, " ") in substitute_type() 439 && append_type (info, s)); in substitute_type() 451 if (! append_type (info, " ")) in indent_type() 606 if (! append_type (info, tag) in pr_enum_type() 607 || ! append_type (info, " ")) in pr_enum_type() 610 if (! append_type (info, "{ ")) in pr_enum_type() 615 if (! append_type (info, "/* undefined */")) in pr_enum_type() 625 if (! append_type (info, ", ")) in pr_enum_type() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | typelist.h | 206 typedef append_<Tl, Typelist_Chain> append_type; in _GLIBCXX_VISIBILITY() 209 typedef chain<Hd, typename append_type::type> type; in _GLIBCXX_VISIBILITY() 353 typedef append<Hd_Typelist, node<rest_type> > append_type; in _GLIBCXX_VISIBILITY() 355 typedef typename append_type::type::root type; in _GLIBCXX_VISIBILITY() 412 typedef detail::append_<root0_type, root1_type> append_type; in _GLIBCXX_VISIBILITY() 415 typedef node<typename append_type::type> type; in _GLIBCXX_VISIBILITY() 423 typedef detail::append_typelist_<root_type> append_type; in _GLIBCXX_VISIBILITY() 426 typedef node<typename append_type::type> type; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | typelist.h | 206 typedef append_<Tl, Typelist_Chain> append_type; in _GLIBCXX_VISIBILITY() 209 typedef chain<Hd, typename append_type::type> type; in _GLIBCXX_VISIBILITY() 353 typedef append<Hd_Typelist, node<rest_type> > append_type; in _GLIBCXX_VISIBILITY() 355 typedef typename append_type::type::root type; in _GLIBCXX_VISIBILITY() 412 typedef detail::append_<root0_type, root1_type> append_type; in _GLIBCXX_VISIBILITY() 415 typedef node<typename append_type::type> type; in _GLIBCXX_VISIBILITY() 423 typedef detail::append_typelist_<root_type> append_type; in _GLIBCXX_VISIBILITY() 426 typedef node<typename append_type::type> type; in _GLIBCXX_VISIBILITY()
|