Searched refs:RID_REALPART (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | lex.c | 207 { "__real", RID_REALPART, 0 }, 208 { "__real__", RID_REALPART, 0 },
|
| D | parser.c | 5232 case RID_REALPART: in cp_parser_unary_expression() 5242 return build_x_unary_op ((keyword == RID_REALPART in cp_parser_unary_expression()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-common.h | 73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
| D | c-parser.c | 137 { "__real", RID_REALPART, 0 }, 138 { "__real__", RID_REALPART, 0 }, 5139 case RID_REALPART: in c_parser_unary_expression()
|