Lines Matching refs:NL

1755 #define NL(s) s, (sizeof s) - 1
1760 { "aN", NL ("&="), 2 },
1761 { "aS", NL ("="), 2 },
1762 { "aa", NL ("&&"), 2 },
1763 { "ad", NL ("&"), 1 },
1764 { "an", NL ("&"), 2 },
1765 { "at", NL ("alignof "), 1 },
1766 { "az", NL ("alignof "), 1 },
1767 { "cc", NL ("const_cast"), 2 },
1768 { "cl", NL ("()"), 2 },
1769 { "cm", NL (","), 2 },
1770 { "co", NL ("~"), 1 },
1771 { "dV", NL ("/="), 2 },
1772 { "da", NL ("delete[] "), 1 },
1773 { "dc", NL ("dynamic_cast"), 2 },
1774 { "de", NL ("*"), 1 },
1775 { "dl", NL ("delete "), 1 },
1776 { "ds", NL (".*"), 2 },
1777 { "dt", NL ("."), 2 },
1778 { "dv", NL ("/"), 2 },
1779 { "eO", NL ("^="), 2 },
1780 { "eo", NL ("^"), 2 },
1781 { "eq", NL ("=="), 2 },
1782 { "fL", NL ("..."), 3 },
1783 { "fR", NL ("..."), 3 },
1784 { "fl", NL ("..."), 2 },
1785 { "fr", NL ("..."), 2 },
1786 { "ge", NL (">="), 2 },
1787 { "gs", NL ("::"), 1 },
1788 { "gt", NL (">"), 2 },
1789 { "ix", NL ("[]"), 2 },
1790 { "lS", NL ("<<="), 2 },
1791 { "le", NL ("<="), 2 },
1792 { "li", NL ("operator\"\" "), 1 },
1793 { "ls", NL ("<<"), 2 },
1794 { "lt", NL ("<"), 2 },
1795 { "mI", NL ("-="), 2 },
1796 { "mL", NL ("*="), 2 },
1797 { "mi", NL ("-"), 2 },
1798 { "ml", NL ("*"), 2 },
1799 { "mm", NL ("--"), 1 },
1800 { "na", NL ("new[]"), 3 },
1801 { "ne", NL ("!="), 2 },
1802 { "ng", NL ("-"), 1 },
1803 { "nt", NL ("!"), 1 },
1804 { "nw", NL ("new"), 3 },
1805 { "oR", NL ("|="), 2 },
1806 { "oo", NL ("||"), 2 },
1807 { "or", NL ("|"), 2 },
1808 { "pL", NL ("+="), 2 },
1809 { "pl", NL ("+"), 2 },
1810 { "pm", NL ("->*"), 2 },
1811 { "pp", NL ("++"), 1 },
1812 { "ps", NL ("+"), 1 },
1813 { "pt", NL ("->"), 2 },
1814 { "qu", NL ("?"), 3 },
1815 { "rM", NL ("%="), 2 },
1816 { "rS", NL (">>="), 2 },
1817 { "rc", NL ("reinterpret_cast"), 2 },
1818 { "rm", NL ("%"), 2 },
1819 { "rs", NL (">>"), 2 },
1820 { "sP", NL ("sizeof..."), 1 },
1821 { "sZ", NL ("sizeof..."), 1 },
1822 { "sc", NL ("static_cast"), 2 },
1823 { "st", NL ("sizeof "), 1 },
1824 { "sz", NL ("sizeof "), 1 },
1825 { "tr", NL ("throw"), 0 },
1826 { "tw", NL ("throw "), 1 },
2301 /* a */ { NL ("signed char"), NL ("signed char"), D_PRINT_DEFAULT },
2302 /* b */ { NL ("bool"), NL ("boolean"), D_PRINT_BOOL },
2303 /* c */ { NL ("char"), NL ("byte"), D_PRINT_DEFAULT },
2304 /* d */ { NL ("double"), NL ("double"), D_PRINT_FLOAT },
2305 /* e */ { NL ("long double"), NL ("long double"), D_PRINT_FLOAT },
2306 /* f */ { NL ("float"), NL ("float"), D_PRINT_FLOAT },
2307 /* g */ { NL ("__float128"), NL ("__float128"), D_PRINT_FLOAT },
2308 /* h */ { NL ("unsigned char"), NL ("unsigned char"), D_PRINT_DEFAULT },
2309 /* i */ { NL ("int"), NL ("int"), D_PRINT_INT },
2310 /* j */ { NL ("unsigned int"), NL ("unsigned"), D_PRINT_UNSIGNED },
2312 /* l */ { NL ("long"), NL ("long"), D_PRINT_LONG },
2313 /* m */ { NL ("unsigned long"), NL ("unsigned long"), D_PRINT_UNSIGNED_LONG },
2314 /* n */ { NL ("__int128"), NL ("__int128"), D_PRINT_DEFAULT },
2315 /* o */ { NL ("unsigned __int128"), NL ("unsigned __int128"),
2320 /* s */ { NL ("short"), NL ("short"), D_PRINT_DEFAULT },
2321 /* t */ { NL ("unsigned short"), NL ("unsigned short"), D_PRINT_DEFAULT },
2323 /* v */ { NL ("void"), NL ("void"), D_PRINT_VOID },
2324 /* w */ { NL ("wchar_t"), NL ("char"), D_PRINT_DEFAULT },
2325 /* x */ { NL ("long long"), NL ("long"), D_PRINT_LONG_LONG },
2326 /* y */ { NL ("unsigned long long"), NL ("unsigned long long"),
2328 /* z */ { NL ("..."), NL ("..."), D_PRINT_DEFAULT },
2329 /* 26 */ { NL ("decimal32"), NL ("decimal32"), D_PRINT_DEFAULT },
2330 /* 27 */ { NL ("decimal64"), NL ("decimal64"), D_PRINT_DEFAULT },
2331 /* 28 */ { NL ("decimal128"), NL ("decimal128"), D_PRINT_DEFAULT },
2332 /* 29 */ { NL ("half"), NL ("half"), D_PRINT_FLOAT },
2333 /* 30 */ { NL ("char16_t"), NL ("char16_t"), D_PRINT_DEFAULT },
2334 /* 31 */ { NL ("char32_t"), NL ("char32_t"), D_PRINT_DEFAULT },
2335 /* 32 */ { NL ("decltype(nullptr)"), NL ("decltype(nullptr)"),
3779 { 't', NL ("std"),
3780 NL ("std"),
3782 { 'a', NL ("std::allocator"),
3783 NL ("std::allocator"),
3784 NL ("allocator") },
3785 { 'b', NL ("std::basic_string"),
3786 NL ("std::basic_string"),
3787 NL ("basic_string") },
3788 { 's', NL ("std::string"),
3789 NL ("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"),
3790 NL ("basic_string") },
3791 { 'i', NL ("std::istream"),
3792 NL ("std::basic_istream<char, std::char_traits<char> >"),
3793 NL ("basic_istream") },
3794 { 'o', NL ("std::ostream"),
3795 NL ("std::basic_ostream<char, std::char_traits<char> >"),
3796 NL ("basic_ostream") },
3797 { 'd', NL ("std::iostream"),
3798 NL ("std::basic_iostream<char, std::char_traits<char> >"),
3799 NL ("basic_iostream") }