/src/usr.bin/xlint/lint1/ |
externs1.h | 286 tnode_t *build_constant(type_t *, val_t *);
|
externs1.h | 286 tnode_t *build_constant(type_t *, val_t *);
|
tree.c | 661 build_constant(type_t *tp, val_t *v) function in typeref:typename:tnode_t * 1313 tnode_t *cn = build_constant(tn->tn_type, v); 1875 return build_constant(tn->tn_type, v); 2001 return build_constant(tn->tn_type, v);
|
tree.c | 661 build_constant(type_t *tp, val_t *v) function in typeref:typename:tnode_t * 1313 tnode_t *cn = build_constant(tn->tn_type, v); 1875 return build_constant(tn->tn_type, v); 2001 return build_constant(tn->tn_type, v);
|
cgram.y | 549 $$ = build_constant(gettyp($1->v_tspec), $1);
|
cgram.y | 549 $$ = build_constant(gettyp($1->v_tspec), $1);
|