Searched refs:tincref (Results 1 – 2 of 2) sorted by relevance
| /trueos/usr.bin/xlint/lint1/ |
| HD | externs1.h | 191 extern type_t *tincref(type_t *, tspec_t);
|
| HD | tree.c | 236 tincref(type_t *tp, tspec_t t) in tincref() function 362 n->tn_type = tincref(gettyp(strg->st_tspec), ARRAY); in getsnode() 740 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR), in cconv() 2362 ln = convert(NOOP, 0, tincref(gettyp(VOID), PTR), ln); in bldstr() 2371 ntn = mktnode(PLUS, tincref(rn->tn_type, PTR), ln, ctn); in bldstr() 2431 ntn = mktnode(AMPER, tincref(tn->tn_type, PTR), tn, NULL); in bldamper()
|