Searched refs:UNOP_NEG (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | expression.h | 240 UNOP_NEG, /* Unary - */ enumerator
|
| D | p-lang.c | 416 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | m2-lang.c | 363 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | expprint.c | 686 case UNOP_NEG: in op_name_standard() 878 case UNOP_NEG: in dump_subexp_body_standard()
|
| D | c-lang.c | 505 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | ax-gdb.c | 208 case UNOP_NEG: in const_expr() 1644 case UNOP_NEG: in gen_expr()
|
| D | f-lang.c | 412 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | m2-exp.y | 226 write_exp_elt_opcode (UNOP_NEG); }
|
| D | f-exp.y | 252 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | ada-exp.y | 303 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | ada-lang.c | 432 {"Osubtract", "\"-\"", UNOP_NEG}, 2074 case UNOP_NEG: in ada_resolve_subexp() 2299 case UNOP_NEG: in ada_resolve_subexp() 2941 case UNOP_NEG: in possible_user_operator_p() 6928 case UNOP_NEG: in ada_evaluate_subexp() 7938 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | jv-exp.y | 507 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | jv-lang.c | 1007 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | p-exp.y | 271 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | valarith.c | 557 case UNOP_NEG: in value_x_unop()
|
| D | ada-exp.c | 1620 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | c-exp.y | 259 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | objc-exp.y | 257 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | m2-exp.c | 1470 write_exp_elt_opcode (UNOP_NEG); }
|
| D | objc-lang.c | 622 {"-", UNOP_NEG, PREC_PREFIX, 0},
|
| D | f-exp.c | 1353 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | jv-exp.c | 1654 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | p-exp.c | 1344 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | objc-exp.c | 1517 { write_exp_elt_opcode (UNOP_NEG); }
|
| D | c-exp.c | 1535 { write_exp_elt_opcode (UNOP_NEG); }
|
12