Searched refs:UNOP_SIZEOF (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | expression.h | 249 UNOP_SIZEOF, /* Unary sizeof (followed by expression) */ enumerator
|
| D | p-lang.c | 420 {"sizeof", UNOP_SIZEOF, PREC_PREFIX, 0},
|
| D | expprint.c | 704 case UNOP_SIZEOF: in op_name_standard() 887 case UNOP_SIZEOF: in dump_subexp_body_standard()
|
| D | c-lang.c | 510 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
|
| D | m2-exp.y | 292 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | f-exp.y | 264 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | objc-exp.y | 285 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | m2-exp.c | 1546 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | c-exp.y | 287 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | ax-gdb.c | 1682 case UNOP_SIZEOF: in gen_expr()
|
| D | f-exp.c | 1368 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | objc-lang.c | 627 {"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
|
| D | objc-exp.c | 1552 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | c-exp.c | 1570 { write_exp_elt_opcode (UNOP_SIZEOF); }
|
| D | eval.c | 1947 case UNOP_SIZEOF: in evaluate_subexp_standard()
|