Searched refs:UNOP_IND (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | expression.h | 243 UNOP_IND, /* Unary * */ enumerator
|
| D | p-exp.y | 259 { write_exp_elt_opcode (UNOP_IND); 352 write_exp_elt_opcode (UNOP_IND); 532 write_exp_elt_opcode (UNOP_IND);
|
| D | ada-exp.y | 222 { write_exp_elt_opcode (UNOP_IND); } 618 { write_exp_elt_opcode (UNOP_IND); }
|
| D | p-lang.c | 418 {"^", UNOP_IND, PREC_SUFFIX, 1},
|
| D | m2-lang.c | 378 {"^", UNOP_IND, PREC_PREFIX, 0},
|
| D | expprint.c | 692 case UNOP_IND: in op_name_standard() 881 case UNOP_IND: in dump_subexp_body_standard()
|
| D | c-lang.c | 508 {"*", UNOP_IND, PREC_PREFIX, 0},
|
| D | jv-lang.c | 842 case UNOP_IND: in evaluate_subexp_java() 1010 {"*", UNOP_IND, PREC_PREFIX, 0},
|
| D | p-exp.c | 1330 { write_exp_elt_opcode (UNOP_IND); 1443 write_exp_elt_opcode (UNOP_IND); 1639 write_exp_elt_opcode (UNOP_IND);
|
| D | ada-exp.c | 1528 { write_exp_elt_opcode (UNOP_IND); } 2068 { write_exp_elt_opcode (UNOP_IND); }
|
| D | eval.c | 1887 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()
|
| D | f-lang.c | 427 {"**", UNOP_IND, PREC_PREFIX, 0},
|
| D | m2-exp.y | 219 { write_exp_elt_opcode (UNOP_IND); }
|
| D | f-exp.y | 244 { write_exp_elt_opcode (UNOP_IND); }
|
| D | jv-exp.y | 509 { write_exp_elt_opcode (UNOP_IND); } /*FIXME not in Java */
|
| D | valarith.c | 560 case UNOP_IND: in value_x_unop()
|
| D | c-exp.y | 251 { write_exp_elt_opcode (UNOP_IND); }
|
| D | objc-exp.y | 249 { write_exp_elt_opcode (UNOP_IND); }
|
| D | m2-exp.c | 1459 { write_exp_elt_opcode (UNOP_IND); }
|
| D | ax-gdb.c | 1667 case UNOP_IND: in gen_expr()
|
| D | objc-lang.c | 625 {"*", UNOP_IND, PREC_PREFIX, 0},
|
| D | f-exp.c | 1343 { write_exp_elt_opcode (UNOP_IND); }
|
| D | jv-exp.c | 1659 { write_exp_elt_opcode (UNOP_IND); }
|
| D | objc-exp.c | 1507 { write_exp_elt_opcode (UNOP_IND); }
|
| D | c-exp.c | 1525 { write_exp_elt_opcode (UNOP_IND); }
|
12