Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dexpression.h242 UNOP_COMPLEMENT, /* Unary ~ */ enumerator
Dexpprint.c689 case UNOP_COMPLEMENT: in op_name_standard()
879 case UNOP_COMPLEMENT: in dump_subexp_body_standard()
Dc-lang.c508 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Deval.c1895 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()
Df-exp.y259 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Djv-exp.y535 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Djv-lang.c1066 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Dvalarith.c557 case UNOP_COMPLEMENT: in value_x_unop()
Dobjc-exp.y265 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dax-gdb.c1672 case UNOP_COMPLEMENT: in gen_expr()
Dc-exp.y268 { write_exp_elt_opcode (UNOP_COMPLEMENT); }
Dobjc-lang.c625 {"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
Dada-lang.c8499 {"not ", UNOP_COMPLEMENT, PREC_PREFIX, 0},