Lines Matching refs:D_PRINT_DEFAULT
1972 /* a */ { NL ("signed char"), NL ("signed char"), D_PRINT_DEFAULT },
1974 /* c */ { NL ("char"), NL ("byte"), D_PRINT_DEFAULT },
1979 /* h */ { NL ("unsigned char"), NL ("unsigned char"), D_PRINT_DEFAULT },
1982 /* k */ { NULL, 0, NULL, 0, D_PRINT_DEFAULT },
1985 /* n */ { NL ("__int128"), NL ("__int128"), D_PRINT_DEFAULT },
1987 D_PRINT_DEFAULT },
1988 /* p */ { NULL, 0, NULL, 0, D_PRINT_DEFAULT },
1989 /* q */ { NULL, 0, NULL, 0, D_PRINT_DEFAULT },
1990 /* r */ { NULL, 0, NULL, 0, D_PRINT_DEFAULT },
1991 /* s */ { NL ("short"), NL ("short"), D_PRINT_DEFAULT },
1992 /* t */ { NL ("unsigned short"), NL ("unsigned short"), D_PRINT_DEFAULT },
1993 /* u */ { NULL, 0, NULL, 0, D_PRINT_DEFAULT },
1995 /* w */ { NL ("wchar_t"), NL ("char"), D_PRINT_DEFAULT },
1999 /* z */ { NL ("..."), NL ("..."), D_PRINT_DEFAULT },
2000 /* 26 */ { NL ("decimal32"), NL ("decimal32"), D_PRINT_DEFAULT },
2001 /* 27 */ { NL ("decimal64"), NL ("decimal64"), D_PRINT_DEFAULT },
2002 /* 28 */ { NL ("decimal128"), NL ("decimal128"), D_PRINT_DEFAULT },
2004 /* 30 */ { NL ("char16_t"), NL ("char16_t"), D_PRINT_DEFAULT },
2005 /* 31 */ { NL ("char32_t"), NL ("char32_t"), D_PRINT_DEFAULT },
2007 D_PRINT_DEFAULT },
2889 && type->u.s_builtin.type->print != D_PRINT_DEFAULT) in d_expr_primary()
4187 tp = D_PRINT_DEFAULT; in d_print_comp()