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

  /src/usr.bin/xlint/lint1/
externs1.h 286 tnode_t *build_constant(type_t *, val_t *);
tree.c 715 build_constant(type_t *tp, val_t *v) function
1377 tnode_t *cn = build_constant(tn->tn_type, v);
1939 return build_constant(tn->tn_type, v);
2065 return build_constant(tn->tn_type, v);
cgram.y 549 $$ = build_constant(gettyp($1->v_tspec), $1);

Completed in 27 milliseconds