Home
last modified time | relevance | path

Searched refs:UNOP_SIZEOF (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dexpression.h249 UNOP_SIZEOF, /* Unary sizeof (followed by expression) */ enumerator
Dp-lang.c420 {"sizeof", UNOP_SIZEOF, PREC_PREFIX, 0},
Dexpprint.c704 case UNOP_SIZEOF: in op_name_standard()
887 case UNOP_SIZEOF: in dump_subexp_body_standard()
Dc-lang.c510 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
Dm2-exp.y292 { write_exp_elt_opcode (UNOP_SIZEOF); }
Df-exp.y264 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dobjc-exp.y285 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dm2-exp.c1546 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dc-exp.y287 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dax-gdb.c1682 case UNOP_SIZEOF: in gen_expr()
Df-exp.c1368 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dobjc-lang.c627 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
Dobjc-exp.c1552 { write_exp_elt_opcode (UNOP_SIZEOF); }
Dc-exp.c1570 { write_exp_elt_opcode (UNOP_SIZEOF); }
Deval.c1947 case UNOP_SIZEOF: in evaluate_subexp_standard()