Searched refs:BINOP_REM (Results 1 – 25 of 26) sorted by relevance
12
| /trueos/contrib/gdb/gdb/ |
| HD | expression.h | 59 BINOP_REM, /* % */ enumerator
|
| HD | valarith.c | 382 case BINOP_REM: in value_x_binop() 430 case BINOP_REM: in value_x_binop() 945 case BINOP_REM: in value_binop() 1063 case BINOP_REM: in value_binop()
|
| HD | p-lang.c | 414 {"mod", BINOP_REM, PREC_MUL, 0},
|
| HD | m2-lang.c | 367 {"MOD", BINOP_REM, PREC_MUL, 0},
|
| HD | expprint.c | 590 case BINOP_REM: in op_name_standard() 846 case BINOP_REM: in dump_subexp_body_standard()
|
| HD | c-lang.c | 503 {"%", BINOP_REM, PREC_MUL, 0},
|
| HD | jv-exp.y | 572 { write_exp_elt_opcode (BINOP_REM); } 838 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | c-exp.y | 396 { write_exp_elt_opcode (BINOP_REM); } 1285 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | objc-exp.y | 460 { write_exp_elt_opcode (BINOP_REM); } 1231 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | ax-gdb.c | 1506 case BINOP_REM: in gen_expr() 1533 case BINOP_REM: in gen_expr()
|
| HD | jv-exp.c | 1732 { write_exp_elt_opcode (BINOP_REM); } 2209 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | f-lang.c | 416 {"MOD", BINOP_REM, PREC_MUL, 0},
|
| HD | m2-exp.y | 425 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | ada-exp.y | 354 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | f-exp.y | 329 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | objc-exp.c | 1755 { write_exp_elt_opcode (BINOP_REM); } 2873 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | c-exp.c | 1696 { write_exp_elt_opcode (BINOP_REM); } 2915 {"%=", ASSIGN_MODIFY, BINOP_REM},
|
| HD | ada-lang.c | 417 {"Orem", "\"rem\"", BINOP_REM}, 2050 case BINOP_REM: in ada_resolve_subexp() 2286 case BINOP_REM: in ada_resolve_subexp() 2914 case BINOP_REM: in possible_user_operator_p() 6917 && (op == BINOP_DIV || op == BINOP_REM || op == BINOP_MOD)) in ada_evaluate_subexp() 7934 {"rem", BINOP_REM, PREC_MUL, 0},
|
| HD | jv-lang.c | 1006 {"%", BINOP_REM, PREC_MUL, 0},
|
| HD | eval.c | 1499 case BINOP_REM: in evaluate_subexp_standard() 1513 && (op == BINOP_DIV || op == BINOP_REM || op == BINOP_MOD)) in evaluate_subexp_standard()
|
| HD | p-exp.y | 379 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | ada-exp.c | 1688 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | m2-exp.c | 1690 { write_exp_elt_opcode (BINOP_REM); }
|
| HD | objc-lang.c | 620 {"%", BINOP_REM, PREC_MUL, 0},
|
| HD | f-exp.c | 1437 { write_exp_elt_opcode (BINOP_REM); }
|
12