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

/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dexterns1.h192 extern tnode_t *getcnode(type_t *, val_t *);
H A Dcgram.y1597 $$ = getcnode(gettyp($1->v_tspec), $1);
H A Dtree.c250 getcnode(type_t *tp, val_t *v) function
2860 cn = getcnode(tn->tn_type, v);
2911 return (getcnode(tn->tn_type, v));
3011 return (getcnode(tn->tn_type, v));

Completed in 56 milliseconds