Searched refs:RID_REALPART (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 207 { "__real", RID_REALPART, 0 }, 208 { "__real__", RID_REALPART, 0 },
|
| D | parser.c | 5038 case RID_REALPART: in cp_parser_unary_expression() 5048 return build_x_unary_op ((keyword == RID_REALPART in cp_parser_unary_expression()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/treelang/ |
| D | treetree.c | 1199 { "__real", RID_REALPART, 0 }, 1200 { "__real__", RID_REALPART, 0 },
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | lex.c | 354 { "__real", RID_REALPART, 0 }, 355 { "__real__", RID_REALPART, 0 },
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-common.h | 73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
| D | c-parser.c | 127 { "__real", RID_REALPART, 0 }, 128 { "__real__", RID_REALPART, 0 }, 4853 case RID_REALPART: in c_parser_unary_expression()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.h | 78 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_PTRBASE, enumerator
|
| D | c-parse.in | 3335 { "__real", RID_REALPART, 0 }, 3336 { "__real__", RID_REALPART, 0 }, 3485 /* RID_REALPART */ REALPART,
|