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

/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dexterns1.h187 extern tnode_t *getcnode(type_t *, val_t *);
H A Dcgram.y1521 $$ = getcnode(gettyp($1->v_tspec), $1);
H A Dtree.c250 getcnode(type_t *tp, val_t *v) function
2758 cn = getcnode(tn->tn_type, v);
2809 return (getcnode(tn->tn_type, v));
2909 return (getcnode(tn->tn_type, v));

Completed in 50 milliseconds