Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDexpression.h249 UNOP_SIZEOF, /* Unary sizeof (followed by expression) */ enumerator
HDp-lang.c420 {"sizeof", UNOP_SIZEOF, PREC_PREFIX, 0},
HDexpprint.c704 case UNOP_SIZEOF: in op_name_standard()
887 case UNOP_SIZEOF: in dump_subexp_body_standard()
HDc-lang.c510 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
HDf-exp.y264 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDm2-exp.y292 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDax-gdb.c1682 case UNOP_SIZEOF: in gen_expr()
HDobjc-exp.y285 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDm2-exp.c1546 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDc-exp.y287 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDf-exp.c1368 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDobjc-lang.c627 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
HDobjc-exp.c1552 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDc-exp.c1570 { write_exp_elt_opcode (UNOP_SIZEOF); }
HDeval.c1947 case UNOP_SIZEOF: in evaluate_subexp_standard()