Searched refs:UNOP_COMPLEMENT (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | expression.h | 242 UNOP_COMPLEMENT, /* Unary ~ */ enumerator
|
| D | expprint.c | 689 case UNOP_COMPLEMENT: in op_name_standard() 879 case UNOP_COMPLEMENT: in dump_subexp_body_standard()
|
| D | c-lang.c | 508 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | eval.c | 1895 case UNOP_COMPLEMENT: in evaluate_subexp_standard() 1902 if (unop_user_defined_p (UNOP_COMPLEMENT, arg1)) in evaluate_subexp_standard() 1903 return value_x_unop (arg1, UNOP_COMPLEMENT, noside); in evaluate_subexp_standard()
|
| D | f-exp.y | 259 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | jv-exp.y | 535 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | jv-lang.c | 1066 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | valarith.c | 557 case UNOP_COMPLEMENT: in value_x_unop()
|
| D | objc-exp.y | 265 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | ax-gdb.c | 1672 case UNOP_COMPLEMENT: in gen_expr()
|
| D | c-exp.y | 268 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
|
| D | objc-lang.c | 625 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
| D | ada-lang.c | 8499 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|