Home
last modified time | relevance | path

Searched refs:OP_FUNCALL (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y243 write_exp_elt_opcode (OP_FUNCALL);
245 write_exp_elt_opcode (OP_FUNCALL);
830 write_exp_elt_opcode (OP_FUNCALL); in write_object_renaming()
832 write_exp_elt_opcode (OP_FUNCALL); in write_object_renaming()
H A Dexpression.h184 OP_FUNCALL, enumerator
H A Dada-exp.c1552 write_exp_elt_opcode (OP_FUNCALL);
1554 write_exp_elt_opcode (OP_FUNCALL);
2516 write_exp_elt_opcode (OP_FUNCALL); in write_object_renaming()
2518 write_exp_elt_opcode (OP_FUNCALL); in write_object_renaming()
H A Dexpprint.c153 case OP_FUNCALL: in print_subexp_standard()
674 case OP_FUNCALL: in op_name_standard()
952 case OP_FUNCALL: in dump_subexp_body_standard()
H A Dm2-exp.y361 { write_exp_elt_opcode (OP_FUNCALL);
363 write_exp_elt_opcode (OP_FUNCALL); }
H A Djv-exp.y458 { write_exp_elt_opcode (OP_FUNCALL);
460 write_exp_elt_opcode (OP_FUNCALL); }
H A Dp-exp.y332 { write_exp_elt_opcode (OP_FUNCALL);
334 write_exp_elt_opcode (OP_FUNCALL);
H A Dm2-exp.c1632 { write_exp_elt_opcode (OP_FUNCALL);
1634 write_exp_elt_opcode (OP_FUNCALL); }
H A Dobjc-exp.y399 { write_exp_elt_opcode (OP_FUNCALL);
401 write_exp_elt_opcode (OP_FUNCALL); }
H A Dc-exp.y332 { write_exp_elt_opcode (OP_FUNCALL);
334 write_exp_elt_opcode (OP_FUNCALL); }
H A Djv-exp.c1603 { write_exp_elt_opcode (OP_FUNCALL);
1605 write_exp_elt_opcode (OP_FUNCALL); }
H A Dp-exp.c1426 { write_exp_elt_opcode (OP_FUNCALL);
1428 write_exp_elt_opcode (OP_FUNCALL);
H A Dparse.c873 case OP_FUNCALL: in operator_length_standard()
H A Dc-exp.c1632 { write_exp_elt_opcode (OP_FUNCALL);
1634 write_exp_elt_opcode (OP_FUNCALL); }
H A Dobjc-exp.c1693 { write_exp_elt_opcode (OP_FUNCALL);
1695 write_exp_elt_opcode (OP_FUNCALL); }
H A Dada-lang.c2436 case OP_FUNCALL: in resolve_subexp()
2691 case OP_FUNCALL: in resolve_subexp()
3228 newexp->elts[pc].opcode = newexp->elts[pc + 2].opcode = OP_FUNCALL; in replace_operator_with_call()
7293 case OP_FUNCALL: in ada_evaluate_subexp()
H A Deval.c958 case OP_FUNCALL: in evaluate_subexp_standard()
H A DChangeLog-19921708 * eval.c (evaluate_subexp [case OP_FUNCALL]), valprint.c
1732 * eval.c (evaluate_subexp [case OP_FUNCALL]): Simplify
H A DChangeLog-19937140 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
H A DChangeLog104 OP_FUNCALL case so as not to indicate an internal error.