Home
last modified time | relevance | path

Searched refs:OP_OBJC_MSGCALL (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dobjc-exp.y347 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
349 write_exp_elt_opcode (OP_OBJC_MSGCALL);
362 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
364 write_exp_elt_opcode (OP_OBJC_MSGCALL);
371 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
373 write_exp_elt_opcode (OP_OBJC_MSGCALL);
H A Dexpression.h190 OP_OBJC_MSGCALL, enumerator
H A Dobjc-exp.c1621 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
1623 write_exp_elt_opcode (OP_OBJC_MSGCALL);
1640 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
1642 write_exp_elt_opcode (OP_OBJC_MSGCALL);
1653 { write_exp_elt_opcode (OP_OBJC_MSGCALL);
1655 write_exp_elt_opcode (OP_OBJC_MSGCALL);
H A Dparse.c876 case OP_OBJC_MSGCALL: /* Objective C message (method) call */ in operator_length_standard()
H A Dexpprint.c198 case OP_OBJC_MSGCALL: in print_subexp_standard()
H A Deval.c697 case OP_OBJC_MSGCALL: in evaluate_subexp_standard()