Home
last modified time | relevance | path

Searched refs:UNOP_IND (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/
Dexpression.h243 UNOP_IND, /* Unary * */ enumerator
Dp-exp.y259 { write_exp_elt_opcode (UNOP_IND);
352 write_exp_elt_opcode (UNOP_IND);
532 write_exp_elt_opcode (UNOP_IND);
Dada-exp.y222 { write_exp_elt_opcode (UNOP_IND); }
618 { write_exp_elt_opcode (UNOP_IND); }
Dp-lang.c418 {"^", UNOP_IND, PREC_SUFFIX, 1},
Dm2-lang.c378 {"^", UNOP_IND, PREC_PREFIX, 0},
Dexpprint.c692 case UNOP_IND: in op_name_standard()
881 case UNOP_IND: in dump_subexp_body_standard()
Dc-lang.c508 {"*", UNOP_IND, PREC_PREFIX, 0},
Djv-lang.c842 case UNOP_IND: in evaluate_subexp_java()
1010 {"*", UNOP_IND, PREC_PREFIX, 0},
Dp-exp.c1330 { write_exp_elt_opcode (UNOP_IND);
1443 write_exp_elt_opcode (UNOP_IND);
1639 write_exp_elt_opcode (UNOP_IND);
Dada-exp.c1528 { write_exp_elt_opcode (UNOP_IND); }
2068 { write_exp_elt_opcode (UNOP_IND); }
Deval.c1887 case UNOP_IND: in evaluate_subexp_standard()
2088 case UNOP_IND: in evaluate_subexp_for_address()
2209 case UNOP_IND: in evaluate_subexp_for_sizeof()
Df-lang.c427 {"**", UNOP_IND, PREC_PREFIX, 0},
Dm2-exp.y219 { write_exp_elt_opcode (UNOP_IND); }
Df-exp.y244 { write_exp_elt_opcode (UNOP_IND); }
Djv-exp.y509 { write_exp_elt_opcode (UNOP_IND); } /*FIXME not in Java */
Dvalarith.c560 case UNOP_IND: in value_x_unop()
Dc-exp.y251 { write_exp_elt_opcode (UNOP_IND); }
Dobjc-exp.y249 { write_exp_elt_opcode (UNOP_IND); }
Dm2-exp.c1459 { write_exp_elt_opcode (UNOP_IND); }
Dax-gdb.c1667 case UNOP_IND: in gen_expr()
Dobjc-lang.c625 {"*", UNOP_IND, PREC_PREFIX, 0},
Df-exp.c1343 { write_exp_elt_opcode (UNOP_IND); }
Djv-exp.c1659 { write_exp_elt_opcode (UNOP_IND); }
Dobjc-exp.c1507 { write_exp_elt_opcode (UNOP_IND); }
Dc-exp.c1525 { write_exp_elt_opcode (UNOP_IND); }

12