Home | History | Annotate | Download | only in libiberty

Lines Matching refs:NL

1705 #define NL(s) s, (sizeof s) - 1
1710 { "aN", NL ("&="), 2 },
1711 { "aS", NL ("="), 2 },
1712 { "aa", NL ("&&"), 2 },
1713 { "ad", NL ("&"), 1 },
1714 { "an", NL ("&"), 2 },
1715 { "at", NL ("alignof "), 1 },
1716 { "az", NL ("alignof "), 1 },
1717 { "cc", NL ("const_cast"), 2 },
1718 { "cl", NL ("()"), 2 },
1719 { "cm", NL (","), 2 },
1720 { "co", NL ("~"), 1 },
1721 { "dV", NL ("/="), 2 },
1722 { "da", NL ("delete[] "), 1 },
1723 { "dc", NL ("dynamic_cast"), 2 },
1724 { "de", NL ("*"), 1 },
1725 { "dl", NL
1726 { "ds", NL (".*"), 2 },
1727 { "dt", NL ("."), 2 },
1728 { "dv", NL ("/"), 2 },
1729 { "eO", NL ("^="), 2 },
1730 { "eo", NL ("^"), 2 },
1731 { "eq", NL ("=="), 2 },
1732 { "ge", NL (">="), 2 },
1733 { "gs", NL ("::"), 1 },
1734 { "gt", NL (">"), 2 },
1735 { "ix", NL ("[]"), 2 },
1736 { "lS", NL ("<<="), 2 },
1737 { "le", NL ("<="), 2 },
1738 { "li", NL ("operator\"\" "), 1 },
1739 { "ls", NL ("<<"), 2 },
1740 { "lt", NL ("<"), 2 },
1741 { "mI", NL ("-="), 2 },
1742 { "mL", NL ("*="), 2 },
1743 { "mi", NL ("-"), 2 },
1744 { "ml", NL ("*"), 2 },
1745 { "mm", NL ("--"), 1 },
1746 { "na", NL ("new[]"), 3 },
1747 { "ne", NL ("!="), 2 },
1748 { "ng", NL ("-"), 1 },
1749 { "nt", NL ("!"), 1 },
1750 { "nw", NL ("new"), 3 },
1751 { "oR", NL ("|="), 2 },
1752 { "oo", NL ("||"), 2 },
1753 { "or", NL ("|"), 2 },
1754 { "pL", NL ("+="), 2 },
1755 { "pl", NL ("+"), 2 },
1756 { "pm", NL ("->*"), 2 },
1757 { "pp", NL ("++"), 1 },
1758 { "ps", NL ("+"), 1 },
1759 { "pt", NL ("->"), 2 },
1760 { "qu", NL ("?"), 3 },
1761 { "rM", NL ("%="), 2 },
1762 { "rS", NL (">>="), 2 },
1763 { "rc", NL ("reinterpret_cast"), 2 },
1764 { "rm", NL ("%"), 2 },
1765 { "rs", NL (">>"), 2 },
1766 { "sc", NL ("static_cast"), 2 },
1767 { "st", NL ("sizeof "), 1 },
1768 { "sz", NL ("sizeof "), 1 },
1769 { "tr", NL ("throw"), 0 },
1770 { "tw", NL ("throw "), 1 },
2210 /* a */ { NL ("signed char"), NL ("signed char"), D_PRINT_DEFAULT },
2211 /* b */ { NL ("bool"), NL ("boolean"), D_PRINT_BOOL },
2212 /* c */ { NL ("char"), NL ("byte"), D_PRINT_DEFAULT },
2213 /* d */ { NL ("double"), NL ("double"), D_PRINT_FLOAT },
2214 /* e */ { NL ("long double"), NL ("long double"), D_PRINT_FLOAT },
2215 /* f */ { NL ("float"), NL ("float"), D_PRINT_FLOAT },
2216 /* g */ { NL ("__float128"), NL ("__float128"), D_PRINT_FLOAT },
2217 /* h */ { NL ("unsigned char"), NL ("unsigned char"), D_PRINT_DEFAULT },
2218 /* i */ { NL ("int"), NL ("int"), D_PRINT_INT },
2219 /* j */ { NL ("unsigned int"), NL ("unsigned"), D_PRINT_UNSIGNED },
2221 /* l */ { NL ("long"), NL ("long"), D_PRINT_LONG },
2222 /* m */ { NL ("unsigned long"), NL ("unsigned long"), D_PRINT_UNSIGNED_LONG },
2223 /* n */ { NL ("__int128"), NL ("__int128"), D_PRINT_DEFAULT },
2224 /* o */ { NL ("unsigned __int128"), NL ("unsigned __int128"),
2229 /* s */ { NL ("short"), NL ("short"), D_PRINT_DEFAULT },
2230 /* t */ { NL ("unsigned short"), NL ("unsigned short"), D_PRINT_DEFAULT },
2232 /* v */ { NL ("void"), NL ("void"), D_PRINT_VOID },
2233 /* w */ { NL ("wchar_t"), NL ("char"), D_PRINT_DEFAULT },
2234 /* x */ { NL ("long long"), NL ("long"), D_PRINT_LONG_LONG },
2235 /* y */ { NL ("unsigned long long"), NL ("unsigned long long"),
2237 /* z */ { NL ("..."), NL ("..."), D_PRINT_DEFAULT },
2238 /* 26 */ { NL ("decimal32"), NL ("decimal32"), D_PRINT_DEFAULT },
2239 /* 27 */ { NL ("decimal64"), NL ("decimal64"), D_PRINT_DEFAULT },
2240 /* 28 */ { NL ("decimal128"), NL ("decimal128"), D_PRINT_DEFAULT },
2241 /* 29 */ { NL ("half"), NL ("half"), D_PRINT_FLOAT },
2242 /* 30 */ { NL ("char16_t"), NL ("char16_t"), D_PRINT_DEFAULT },
2243 /* 31 */ { NL ("char32_t"), NL ("char32_t"), D_PRINT_DEFAULT },
2244 /* 32 */ { NL ("decltype(nullptr)"), NL ("decltype(nullptr)"),
3600 { 't', NL ("std"),
3601 NL ("std"),
3603 { 'a', NL ("std::allocator"),
3604 NL ("std::allocator"),
3605 NL ("allocator") },
3606 { 'b', NL ("std::basic_string"),
3607 NL ("std::basic_string"),
3608 NL ("basic_string") },
3609 { 's', NL ("std::string"),
3610 NL ("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"),
3611 NL ("basic_string") },
3612 { 'i', NL ("std::istream"),
3613 NL ("std::basic_istream<char, std::char_traits<char> >"),
3614 NL ("basic_istream") },
3615 { 'o', NL ("std::ostream"),
3616 NL ("std::basic_ostream<char, std::char_traits<char> >"),
3617 NL ("basic_ostream") },
3618 { 'd', NL ("std::iostream"),
3619 NL ("std::basic_iostream<char, std::char_traits<char> >"),
3620 NL ("basic_iostream") }