HomeSort by: relevance | last modified time | path
    Searched refs:build_constant (Results 1 - 6 of 6) sorted by relevancy

  /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);

Completed in 30 milliseconds