Searched refs:BINOP_ASSIGN (Results 1 – 25 of 25) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | expression.h | 75 BINOP_ASSIGN, /* = */ enumerator
|
| D | p-lang.c | 397 {":=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | m2-lang.c | 368 {":=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | expprint.c | 622 case BINOP_ASSIGN: in op_name_standard() 862 case BINOP_ASSIGN: in dump_subexp_body_standard()
|
| D | c-lang.c | 485 {"=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | valarith.c | 295 if (op == BINOP_ASSIGN || op == BINOP_CONCAT) in binop_user_defined_p() 412 case BINOP_ASSIGN: in value_x_binop()
|
| D | f-lang.c | 417 {"=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | m2-exp.y | 471 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | f-exp.y | 394 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | ada-exp.y | 299 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | jv-exp.y | 655 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | jv-lang.c | 985 {"=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | p-exp.y | 435 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | ada-exp.c | 1615 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | c-exp.y | 464 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | objc-exp.y | 528 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | m2-exp.c | 1750 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | objc-lang.c | 602 {"=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | f-exp.c | 1517 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | jv-exp.c | 1817 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | p-exp.c | 1543 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | objc-exp.c | 1840 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | c-exp.c | 1781 { write_exp_elt_opcode (BINOP_ASSIGN); }
|
| D | ada-lang.c | 2022 case BINOP_ASSIGN: in ada_resolve_subexp() 6854 case BINOP_ASSIGN: in ada_evaluate_subexp() 7915 {":=", BINOP_ASSIGN, PREC_ASSIGN, 1},
|
| D | eval.c | 1429 case BINOP_ASSIGN: in evaluate_subexp_standard()
|