Home
last modified time | relevance | path

Searched refs:RID_SHORT (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-decl.c3673 if ((! (specbits & ((1 << (int) RID_LONG) | (1 << (int) RID_SHORT)
3710 if (specbits & ((1 << (int) RID_LONG) | (1 << (int) RID_SHORT)
3716 && (specbits & 1 << (int) RID_SHORT))
3719 || (specbits & 1 << (int) RID_SHORT))
3723 || (specbits & 1 << (int) RID_SHORT))
3754 specbits &= ~((1 << (int) RID_LONG) | (1 << (int) RID_SHORT)
3783 else if (specbits & 1 << (int) RID_SHORT)
3799 else if (specbits & 1 << (int) RID_SHORT)
3812 && ! (specbits & ((1 << (int) RID_LONG) | (1 << (int) RID_SHORT)
Dc-common.h57 RID_REGISTER, RID_TYPEDEF, RID_SHORT, RID_INLINE, enumerator
Dc-parse.in3371 { "short", RID_SHORT, 0 },
3426 /* RID_SHORT */ TYPESPEC,
Dc-common.c3259 record_builtin_type (RID_SHORT, "short int", short_integer_type_node); in c_common_nodes_and_builtins()
/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c258 { "short", RID_SHORT, 0 },
Dparser.c554 case RID_SHORT: in cp_lexer_next_token_is_decl_specifier_keyword()
9863 case RID_SHORT: in cp_parser_simple_type_specifier()
9926 && token->keyword != RID_SHORT in cp_parser_simple_type_specifier()
/openbsd/src/gnu/gcc/gcc/
Dc-common.h52 RID_REGISTER, RID_TYPEDEF, RID_SHORT, RID_INLINE, enumerator
Dc-parser.c161 { "short", RID_SHORT, 0 },
500 case RID_SHORT: in c_token_starts_typename()
574 case RID_SHORT: in c_token_starts_declspecs()
1617 case RID_SHORT: in c_parser_declspecs()
2872 case RID_SHORT: in c_parser_attributes()
6406 case RID_SHORT: in c_parser_objc_selector()
Dc-common.c3142 record_builtin_type (RID_SHORT, "short int", short_integer_type_node); in c_common_nodes_and_builtins()
Dc-decl.c7305 case RID_SHORT: in declspecs_add_type()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1234 { "short", RID_SHORT, 0 },
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl.c11038 || RIDBIT_SETP (RID_SHORT, specbits)))
11110 || RIDBIT_SETP (RID_SHORT, specbits))
11119 && RIDBIT_SETP (RID_SHORT, specbits))
11122 || RIDBIT_SETP (RID_SHORT, specbits))
11126 || RIDBIT_SETP (RID_SHORT, specbits))
11150 RIDBIT_RESET (RID_SHORT, specbits);
11188 else if (RIDBIT_SETP (RID_SHORT, specbits))
11204 else if (RIDBIT_SETP (RID_SHORT, specbits))
11216 || RIDBIT_SETP (RID_SHORT, specbits)
Dlex.c405 { "short", RID_SHORT, 0 },