Home
last modified time | relevance | path

Searched refs:OP_BOOL (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y478 { write_exp_elt_opcode (OP_BOOL);
480 write_exp_elt_opcode (OP_BOOL); }
484 { write_exp_elt_opcode (OP_BOOL);
486 write_exp_elt_opcode (OP_BOOL); }
H A Dexpression.h267 OP_BOOL, /* Modula-2 builtin BOOLEAN type */ enumerator
H A Dp-exp.y439 { write_exp_elt_opcode (OP_BOOL);
441 write_exp_elt_opcode (OP_BOOL); }
445 { write_exp_elt_opcode (OP_BOOL);
447 write_exp_elt_opcode (OP_BOOL); }
H A Dm2-exp.c1763 { write_exp_elt_opcode (OP_BOOL);
1765 write_exp_elt_opcode (OP_BOOL); }
1770 { write_exp_elt_opcode (OP_BOOL);
1772 write_exp_elt_opcode (OP_BOOL); }
H A Dexpprint.c140 case OP_BOOL: in print_subexp_standard()
734 case OP_BOOL: in op_name_standard()
1037 case OP_BOOL: in dump_subexp_body_standard()
H A Dp-exp.c1555 { write_exp_elt_opcode (OP_BOOL);
1557 write_exp_elt_opcode (OP_BOOL); }
1562 { write_exp_elt_opcode (OP_BOOL);
1564 write_exp_elt_opcode (OP_BOOL); }
H A Df-exp.y441 { write_exp_elt_opcode (OP_BOOL);
443 write_exp_elt_opcode (OP_BOOL);
H A Df-exp.c1571 { write_exp_elt_opcode (OP_BOOL);
1573 write_exp_elt_opcode (OP_BOOL);
H A Dparse.c861 case OP_BOOL: in operator_length_standard()
H A Deval.c458 case OP_BOOL: in evaluate_subexp_standard()
H A Dada-lang.c2546 case OP_BOOL: in resolve_subexp()
H A DChangeLog-1992954 * eval.c (evaluate_subexp): Add OP_BOOL case.
955 * expprint.c (print_subexp): Add OP_BOOL case.
H A DChangeLog-19964810 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.