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