Searched refs:mktnode (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c58 static tnode_t *mktnode(op_t, type_t *, tnode_t *, tnode_t *);
620 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
649 ntn = mktnode(op, rn->tn_type, ln, rn);
655 ntn = mktnode(op, rtp, ln, rn);
720 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR),
736 tn = mktnode(LOAD, tp, tn, NULL);
1450 mktnode(op_t op, type_t *type, tnode_t *ln, tnode_t *rn) function
1468 lerror("mktnode() 2");
2270 ntn = mktnode(PLUS, tincref(rn->tn_type, PTR), ln, ctn);
2275 ntn = mktnode(FSE
[all...]

Completed in 91 milliseconds