Searched refs:expr_derive_type (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | externs1.h | 280 type_t *expr_derive_type(type_t *, tspec_t);
|
| D | tree.c | 587 expr_derive_type(type_t *tp, tspec_t t) in expr_derive_type() function 1055 return build_op(ADDR, sys, expr_derive_type(tn->tn_type, PTR), in build_address() 1302 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln); in build_struct_access() 1308 type_t *ptr_tp = expr_derive_type(rn->tn_type, PTR); in build_struct_access() 2349 expr_derive_type(tn->tn_type->t_subt, PTR), tn, NULL); in cconv()
|