HomeSort by: relevance | last modified time | path
    Searched defs:value_binop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
valarith.c 1469 value *tmp = value_binop (value_subscript (val1, i),
1481 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1598 return value_true (value_binop (arg1, arg2, BINOP_EQUAL));
1685 return value_true (value_binop (arg1, arg2, BINOP_LESS));
1749 return value_binop (value_from_longest (type, 0), arg1, BINOP_SUB);
1751 return value_binop (value::zero (type, not_lval), arg1, BINOP_SUB);
1478 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 1469 value *tmp = value_binop (value_subscript (val1, i),
1481 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op)
1598 return value_true (value_binop (arg1, arg2, BINOP_EQUAL));
1685 return value_true (value_binop (arg1, arg2, BINOP_LESS));
1749 return value_binop (value_from_longest (type, 0), arg1, BINOP_SUB);
1751 return value_binop (value::zero (type, not_lval), arg1, BINOP_SUB);
1478 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) function

Completed in 27 milliseconds