Home
last modified time | relevance | path

Searched refs:TERNOP_SLICE (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dexpression.h129 TERNOP_SLICE, enumerator
H A Dexpprint.c322 case TERNOP_SLICE: in print_subexp_standard()
327 fputs_filtered (opcode == TERNOP_SLICE ? " : " : " UP ", stream); in print_subexp_standard()
658 case TERNOP_SLICE: in op_name_standard()
839 case TERNOP_SLICE: in dump_subexp_body_standard()
H A Dada-exp.y271 { write_exp_elt_opcode (TERNOP_SLICE); }
838 write_exp_elt_opcode (TERNOP_SLICE); in write_object_renaming()
H A Dada-exp.c1589 { write_exp_elt_opcode (TERNOP_SLICE); }
2524 write_exp_elt_opcode (TERNOP_SLICE); in write_object_renaming()
H A Dparse.c937 case TERNOP_SLICE: in operator_length_standard()
H A Deval.c642 case TERNOP_SLICE: in evaluate_subexp_standard()
H A Dada-lang.c2569 case TERNOP_SLICE: in resolve_subexp()
7399 case TERNOP_SLICE: in ada_evaluate_subexp()
H A DChangeLog-19954367 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
4371 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
H A DChangeLog115 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
124 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
5447 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring