Searched refs:UNOP_IND (Results 1 – 25 of 29) sorted by relevance
12
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | expression.h | 243 UNOP_IND, /* Unary * */ enumerator
|
H A D | ada-exp.y | 231 { write_exp_elt_opcode (UNOP_IND); } 574 { write_exp_elt_opcode (UNOP_IND); } 784 write_exp_elt_opcode (UNOP_IND); in write_object_renaming()
|
H A 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);
|
H A D | p-lang.c | 418 {"^", UNOP_IND, PREC_SUFFIX, 1},
|
H A D | ada-exp.c | 1538 { write_exp_elt_opcode (UNOP_IND); } 2025 { write_exp_elt_opcode (UNOP_IND); } 2470 write_exp_elt_opcode (UNOP_IND); in write_object_renaming()
|
H A D | m2-lang.c | 378 {"^", UNOP_IND, PREC_PREFIX, 0},
|
H A D | expprint.c | 692 case UNOP_IND: in op_name_standard() 881 case UNOP_IND: in dump_subexp_body_standard()
|
H A D | p-exp.c | 1337 { write_exp_elt_opcode (UNOP_IND); 1450 write_exp_elt_opcode (UNOP_IND); 1646 write_exp_elt_opcode (UNOP_IND);
|
H A D | jv-lang.c | 844 case UNOP_IND: in evaluate_subexp_java() 1065 {"*", UNOP_IND, PREC_PREFIX, 0},
|
H A D | c-lang.c | 508 {"*", UNOP_IND, PREC_PREFIX, 0},
|
H A D | eval.c | 1888 case UNOP_IND: in evaluate_subexp_standard() 2089 case UNOP_IND: in evaluate_subexp_for_address() 2210 case UNOP_IND: in evaluate_subexp_for_sizeof()
|
H A D | f-lang.c | 427 {"**", UNOP_IND, PREC_PREFIX, 0},
|
H A D | m2-exp.y | 219 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | f-exp.y | 244 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | jv-exp.y | 518 { write_exp_elt_opcode (UNOP_IND); } /*FIXME not in Java */
|
H A D | valarith.c | 562 case UNOP_IND: in value_x_unop()
|
H A D | ax-gdb.c | 1667 case UNOP_IND: in gen_expr()
|
H A D | m2-exp.c | 1467 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | objc-exp.y | 249 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | f-exp.c | 1350 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | c-exp.y | 248 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | objc-lang.c | 625 {"*", UNOP_IND, PREC_PREFIX, 0},
|
H A D | jv-exp.c | 1670 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | c-exp.c | 1530 { write_exp_elt_opcode (UNOP_IND); }
|
H A D | objc-exp.c | 1514 { write_exp_elt_opcode (UNOP_IND); }
|
12