Home
last modified time | relevance | path

Searched refs:RID_WCHAR (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c280 { "wchar_t", RID_WCHAR, 0 },
Dparser.c552 case RID_WCHAR: in cp_lexer_next_token_is_decl_specifier_keyword()
9857 case RID_WCHAR: in cp_parser_simple_type_specifier()
/openbsd/src/gnu/gcc/gcc/
Dc-common.h81 RID_BOOL, RID_WCHAR, RID_CLASS, enumerator
Dc-common.c3281 record_builtin_type (RID_WCHAR, "wchar_t", wchar_type_node); in c_common_nodes_and_builtins()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h85 RID_BOOL, RID_WCHAR, RID_CLASS, enumerator
Dc-common.c3429 record_builtin_type (RID_WCHAR, "wchar_t", wchar_type_node); in c_common_nodes_and_builtins()
Dc-parse.in3500 /* RID_WCHAR */ 0,
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c427 { "wchar_t", RID_WCHAR, 0 },
Ddecl.c10925 || id == ridpointers[(int) RID_WCHAR])