Searched refs:RID_SHORT (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-decl.c | 3673 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)
|
| D | c-common.h | 57 RID_REGISTER, RID_TYPEDEF, RID_SHORT, RID_INLINE, enumerator
|
| D | c-parse.in | 3371 { "short", RID_SHORT, 0 }, 3426 /* RID_SHORT */ TYPESPEC,
|
| D | c-common.c | 3259 record_builtin_type (RID_SHORT, "short int", short_integer_type_node); in c_common_nodes_and_builtins()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 258 { "short", RID_SHORT, 0 },
|
| D | parser.c | 554 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/ |
| D | c-common.h | 52 RID_REGISTER, RID_TYPEDEF, RID_SHORT, RID_INLINE, enumerator
|
| D | c-parser.c | 161 { "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()
|
| D | c-common.c | 3142 record_builtin_type (RID_SHORT, "short int", short_integer_type_node); in c_common_nodes_and_builtins()
|
| D | c-decl.c | 7305 case RID_SHORT: in declspecs_add_type()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/treelang/ |
| D | treetree.c | 1234 { "short", RID_SHORT, 0 },
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | decl.c | 11038 || 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)
|
| D | lex.c | 405 { "short", RID_SHORT, 0 },
|