Searched refs:block_derive_type (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | decl.c | 896 *tpp = block_derive_type( in check_type() 1133 dsym->s_type = tp = block_derive_type(tp, t = PTR); in declare_member() 1210 type_t *tp = block_derive_type(stp, PTR); in block_derive_pointer() 1248 type_t *tp = block_derive_type(stp, ARRAY); in block_derive_array() 1302 type_t *tp = block_derive_type(ret, FUNC); in block_derive_function() 2370 sym->s_type = block_derive_type(subt, PTR); in declare_parameter() 2376 sym->s_type = block_derive_type(sym->s_type, PTR); in declare_parameter()
|
| D | externs1.h | 279 type_t *block_derive_type(type_t *, tspec_t);
|
| D | cgram.y | 555 type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);
|
| D | tree.c | 573 block_derive_type(type_t *tp, tspec_t t) in block_derive_type() function 673 sym->s_type = block_derive_type(gettyp(CHAR), ARRAY); in fallback_symbol() 746 sym->s_type = block_derive_type(sym->s_type, FUNC); in build_name_call()
|