Home
last modified time | relevance | path

Searched refs:UNOP_COMPLEMENT (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dexpression.h242 UNOP_COMPLEMENT, /* Unary ~ */ enumerator
Dexpprint.c690 case UNOP_COMPLEMENT: in op_name_standard()
880 case UNOP_COMPLEMENT: in dump_subexp_body_standard()
Dc-lang.c507 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Deval.c1866 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()
Df-exp.y260 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Djv-exp.y535 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dvalarith.c556 case UNOP_COMPLEMENT: in value_x_unop()
Djv-lang.c1064 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Dobjc-exp.y265 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dax-gdb.c1661 case UNOP_COMPLEMENT: in gen_expr()
Df-exp.c1370 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dc-exp.y264 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dobjc-lang.c624 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Djv-exp.c1685 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dc-exp.c1550 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dobjc-exp.c1534 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dada-lang.c8465 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},
DChangeLog-19985610 UNOP_LOGICAL_NOT, UNOP_COMPLEMENT.
DChangeLog-1992902 UNOP_LOGNOT => UNOP_COMPLEMENT