Searched refs:mktnode (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | tree.c | 58 static tnode_t *mktnode(op_t, type_t *, tnode_t *, tnode_t *); 640 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL); in build() 669 ntn = mktnode(op, rn->tn_type, ln, rn); in build() 675 ntn = mktnode(op, rtp, ln, rn); in build() 740 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR), in cconv() 756 tn = mktnode(LOAD, tp, tn, NULL); in cconv() 1482 mktnode(op_t op, type_t *type, tnode_t *ln, tnode_t *rn) in mktnode() function 2371 ntn = mktnode(PLUS, tincref(rn->tn_type, PTR), ln, ctn); in bldstr() 2376 ntn = mktnode(FSEL, ntn->tn_type->t_subt, ntn, NULL); in bldstr() 2378 ntn = mktnode(STAR, ntn->tn_type->t_subt, ntn, NULL); in bldstr() [all …]
|