Searched refs:UNOP_COMPLEMENT (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | expression.h | 242 UNOP_COMPLEMENT, /* Unary ~ */ enumerator
|
| D | expprint.c | 690 case UNOP_COMPLEMENT: in op_name_standard() 880 case UNOP_COMPLEMENT: in dump_subexp_body_standard()
|
| D | c-lang.c | 507 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | eval.c | 1866 case UNOP_COMPLEMENT: in evaluate_subexp_standard() 1873 if (unop_user_defined_p (UNOP_COMPLEMENT, arg1)) in evaluate_subexp_standard() 1874 return value_x_unop (arg1, UNOP_COMPLEMENT, noside); in evaluate_subexp_standard()
|
| D | f-exp.y | 260 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | jv-exp.y | 535 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | valarith.c | 556 case UNOP_COMPLEMENT: in value_x_unop()
|
| D | jv-lang.c | 1064 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | objc-exp.y | 265 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | ax-gdb.c | 1661 case UNOP_COMPLEMENT: in gen_expr()
|
| D | f-exp.c | 1370 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | c-exp.y | 264 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | objc-lang.c | 624 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | jv-exp.c | 1685 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | c-exp.c | 1550 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | objc-exp.c | 1534 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | ada-lang.c | 8465 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | ChangeLog-1998 | 5610 UNOP_LOGICAL_NOT, UNOP_COMPLEMENT.
|
| D | ChangeLog-1992 | 902 UNOP_LOGNOT => UNOP_COMPLEMENT
|