HomeSort by: relevance | last modified time | path
    Searched refs:block_derive_type (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
externs1.h 283 type_t *block_derive_type(type_t *, tspec_t);
decl.c 922 *tpp = block_derive_type(
1159 dsym->s_type = tp = block_derive_type(tp, t = PTR);
1236 type_t *tp = block_derive_type(stp, PTR);
1274 type_t *tp = block_derive_type(stp, ARRAY);
1328 type_t *tp = block_derive_type(ret, FUNC);
2396 sym->s_type = block_derive_type(subt, PTR);
2402 sym->s_type = block_derive_type(sym->s_type, PTR);
tree.c 594 block_derive_type(type_t *tp, tspec_t t) function in typeref:typename:type_t *
707 sym->s_type = block_derive_type(gettyp(CHAR), ARRAY);
780 sym->s_type = block_derive_type(sym->s_type, FUNC);
cgram.y 558 type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);

Completed in 17 milliseconds