Searched refs:RID_COMPLEX (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 184 { "_Complex", RID_COMPLEX, 0 }, 195 { "__complex", RID_COMPLEX, 0 }, 196 { "__complex__", RID_COMPLEX, 0 },
|
| D | ChangeLog-1997 | 1894 * lex.h (rid): Add RID_COMPLEX. 1895 (RID_LAST_MODIFIER): Set to RID_COMPLEX. 1896 * lex.c (init_lex): Add building of RID_COMPLEX. 1906 (grokdeclarator): Add handling of RID_COMPLEX. Set and use
|
| D | parser.c | 9775 case RID_COMPLEX: in cp_parser_type_specifier()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/treelang/ |
| D | treetree.c | 1168 { "_Complex", RID_COMPLEX, 0 }, 1182 { "__complex", RID_COMPLEX, 0 }, 1183 { "__complex__", RID_COMPLEX, 0 },
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | lex.c | 332 { "_Complex", RID_COMPLEX, 0 }, 342 { "__complex", RID_COMPLEX, 0 }, 343 { "__complex__", RID_COMPLEX, 0 },
|
| D | decl.c | 11155 if (RIDBIT_SETP (RID_COMPLEX, specbits) 11159 RIDBIT_RESET (RID_COMPLEX, specbits); 11207 if (RIDBIT_SETP (RID_COMPLEX, specbits))
|
| D | ChangeLog.2 | 15565 * lex.h (rid): Add RID_COMPLEX. 15566 (RID_LAST_MODIFIER): Set to RID_COMPLEX. 15567 * lex.c (init_lex): Add building of RID_COMPLEX. 15577 (grokdeclarator): Add handling of RID_COMPLEX. Set and use
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-parser.c | 99 { "_Complex", RID_COMPLEX, 0 }, 116 { "__complex", RID_COMPLEX, 0 }, 117 { "__complex__", RID_COMPLEX, 0 }, 502 case RID_COMPLEX: in c_token_starts_typename() 576 case RID_COMPLEX: in c_token_starts_declspecs() 1619 case RID_COMPLEX: in c_parser_declspecs() 2878 case RID_COMPLEX: in c_parser_attributes() 6410 case RID_COMPLEX: in c_parser_objc_selector()
|
| D | c-common.h | 56 RID_COMPLEX, RID_THREAD, enumerator
|
| D | c-decl.c | 7395 case RID_COMPLEX: in declspecs_add_type()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.h | 61 RID_BOUNDED, RID_UNBOUNDED, RID_COMPLEX, RID_THREAD, enumerator
|
| D | c-decl.c | 3676 | (1 << (int) RID_COMPLEX)))) 3760 if ((specbits & (1 << (int) RID_COMPLEX)) 3764 specbits &= ~(1 << (int) RID_COMPLEX); 3802 if (specbits & 1 << (int) RID_COMPLEX)
|
| D | c-parse.in | 3304 { "_Complex", RID_COMPLEX, 0 }, 3318 { "__complex", RID_COMPLEX, 0 }, 3319 { "__complex__", RID_COMPLEX, 0 }, 3436 /* RID_COMPLEX */ TYPESPEC,
|