Home
last modified time | relevance | path

Searched refs:RID_BOOL (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c220 { "bool", RID_BOOL, 0 },
H A Dparser.c553 case RID_BOOL: in cp_lexer_next_token_is_decl_specifier_keyword()
9860 case RID_BOOL: in cp_parser_simple_type_specifier()
H A Ddecl.c3189 record_builtin_type (RID_BOOL, "bool", boolean_type_node); in cxx_init_decl_processing()
H A DChangeLog-19942422 * lex.c (init_lex): Set up RID_BOOL.
/openbsd/gnu/gcc/gcc/
H A Dc-common.h81 RID_BOOL, RID_WCHAR, RID_CLASS, enumerator
H A Dc-parser.c98 { "_Bool", RID_BOOL, 0 },
511 case RID_BOOL: in c_token_starts_typename()
585 case RID_BOOL: in c_token_starts_declspecs()
1628 case RID_BOOL: in c_parser_declspecs()
2888 case RID_BOOL: in c_parser_attributes()
6422 case RID_BOOL: in c_parser_objc_selector()
H A Dc-decl.c7455 case RID_BOOL: in declspecs_add_type()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h85 RID_BOOL, RID_WCHAR, RID_CLASS, enumerator
H A Dc-parse.in3303 { "_Bool", RID_BOOL, 0 },
3499 /* RID_BOOL */ TYPESPEC,
H A DChangeLog.43912 (rid_to_yy): Allow for RID_BOOL.
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c1167 { "_Bool", RID_BOOL, 0 },
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c367 { "bool", RID_BOOL, 0 },
H A Ddecl.c7015 record_builtin_type (RID_BOOL, "bool", boolean_type_node); in cxx_init_decl_processing()
10924 || id == ridpointers[(int) RID_BOOL]
10929 if (id == ridpointers[(int) RID_BOOL])
H A DChangeLog.15862 * lex.c (init_lex): Set up RID_BOOL.