Searched refs:UNOP_PLUS (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | expression.h | 251 UNOP_PLUS, /* Unary plus */ enumerator
|
| D | m2-lang.c | 361 {"+", UNOP_PLUS, PREC_PREFIX, 0},
|
| D | expprint.c | 712 case UNOP_PLUS: in op_name_standard() 888 case UNOP_PLUS: in dump_subexp_body_standard()
|
| D | f-lang.c | 410 {"+", UNOP_PLUS, PREC_PREFIX, 0},
|
| D | m2-exp.y | 230 { write_exp_elt_opcode(UNOP_PLUS); }
|
| D | ada-exp.y | 307 { write_exp_elt_opcode (UNOP_PLUS); }
|
| D | ada-lang.c | 431 {"Oadd", "\"+\"", UNOP_PLUS}, 2075 case UNOP_PLUS: in ada_resolve_subexp() 2300 case UNOP_PLUS: in ada_resolve_subexp() 2942 case UNOP_PLUS: in possible_user_operator_p() 7457 case UNOP_PLUS: in ada_evaluate_subexp() 7939 {"+", UNOP_PLUS, PREC_PREFIX, 0},
|
| D | m2-exp.c | 1475 { write_exp_elt_opcode(UNOP_PLUS); }
|
| D | ada-exp.c | 1625 { write_exp_elt_opcode (UNOP_PLUS); }
|