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