Home
last modified time | relevance | path

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

12

/NextBSD/contrib/gdb/gdb/
HDexpression.h243 UNOP_IND, /* Unary * */ enumerator
HDp-exp.y259 { write_exp_elt_opcode (UNOP_IND);
352 write_exp_elt_opcode (UNOP_IND);
532 write_exp_elt_opcode (UNOP_IND);
HDada-exp.y222 { write_exp_elt_opcode (UNOP_IND); }
618 { write_exp_elt_opcode (UNOP_IND); }
HDp-lang.c418 {"^", UNOP_IND, PREC_SUFFIX, 1},
HDm2-lang.c378 {"^", UNOP_IND, PREC_PREFIX, 0},
HDexpprint.c692 case UNOP_IND: in op_name_standard()
881 case UNOP_IND: in dump_subexp_body_standard()
HDc-lang.c508 {"*", UNOP_IND, PREC_PREFIX, 0},
HDjv-lang.c842 case UNOP_IND: in evaluate_subexp_java()
1010 {"*", UNOP_IND, PREC_PREFIX, 0},
HDp-exp.c1330 { write_exp_elt_opcode (UNOP_IND);
1443 write_exp_elt_opcode (UNOP_IND);
1639 write_exp_elt_opcode (UNOP_IND);
HDada-exp.c1528 { write_exp_elt_opcode (UNOP_IND); }
2068 { write_exp_elt_opcode (UNOP_IND); }
HDeval.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()
HDf-lang.c427 {"**", UNOP_IND, PREC_PREFIX, 0},
HDm2-exp.y219 { write_exp_elt_opcode (UNOP_IND); }
HDf-exp.y244 { write_exp_elt_opcode (UNOP_IND); }
HDjv-exp.y509 { write_exp_elt_opcode (UNOP_IND); } /*FIXME not in Java */
HDvalarith.c560 case UNOP_IND: in value_x_unop()
HDobjc-exp.y249 { write_exp_elt_opcode (UNOP_IND); }
HDm2-exp.c1459 { write_exp_elt_opcode (UNOP_IND); }
HDc-exp.y251 { write_exp_elt_opcode (UNOP_IND); }
HDax-gdb.c1667 case UNOP_IND: in gen_expr()
HDobjc-lang.c625 {"*", UNOP_IND, PREC_PREFIX, 0},
HDf-exp.c1343 { write_exp_elt_opcode (UNOP_IND); }
HDjv-exp.c1659 { write_exp_elt_opcode (UNOP_IND); }
HDc-exp.c1525 { write_exp_elt_opcode (UNOP_IND); }
HDobjc-exp.c1507 { write_exp_elt_opcode (UNOP_IND); }

12