Home
last modified time | relevance | path

Searched refs:OP_M2_STRING (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dexpression.h268 OP_M2_STRING, /* Modula-2 string constants */ enumerator
Dm2-exp.y531 { write_exp_elt_opcode (OP_M2_STRING);
533 write_exp_elt_opcode (OP_M2_STRING); }
Dexpprint.c736 case OP_M2_STRING: in op_name_standard()
1038 case OP_M2_STRING: in dump_subexp_body_standard()
Dm2-exp.c1811 { write_exp_elt_opcode (OP_M2_STRING);
1813 write_exp_elt_opcode (OP_M2_STRING); }
Dparse.c910 case OP_M2_STRING: in operator_length_standard()