Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c184 { "_Complex", RID_COMPLEX, 0 },
195 { "__complex", RID_COMPLEX, 0 },
196 { "__complex__", RID_COMPLEX, 0 },
DChangeLog-19971894 * 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
Dparser.c9775 case RID_COMPLEX: in cp_parser_type_specifier()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1168 { "_Complex", RID_COMPLEX, 0 },
1182 { "__complex", RID_COMPLEX, 0 },
1183 { "__complex__", RID_COMPLEX, 0 },
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c332 { "_Complex", RID_COMPLEX, 0 },
342 { "__complex", RID_COMPLEX, 0 },
343 { "__complex__", RID_COMPLEX, 0 },
Ddecl.c11155 if (RIDBIT_SETP (RID_COMPLEX, specbits)
11159 RIDBIT_RESET (RID_COMPLEX, specbits);
11207 if (RIDBIT_SETP (RID_COMPLEX, specbits))
DChangeLog.215565 * 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/
Dc-parser.c99 { "_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()
Dc-common.h56 RID_COMPLEX, RID_THREAD, enumerator
Dc-decl.c7395 case RID_COMPLEX: in declspecs_add_type()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h61 RID_BOUNDED, RID_UNBOUNDED, RID_COMPLEX, RID_THREAD, enumerator
Dc-decl.c3676 | (1 << (int) RID_COMPLEX))))
3760 if ((specbits & (1 << (int) RID_COMPLEX))
3764 specbits &= ~(1 << (int) RID_COMPLEX);
3802 if (specbits & 1 << (int) RID_COMPLEX)
Dc-parse.in3304 { "_Complex", RID_COMPLEX, 0 },
3318 { "__complex", RID_COMPLEX, 0 },
3319 { "__complex__", RID_COMPLEX, 0 },
3436 /* RID_COMPLEX */ TYPESPEC,