Searched refs:val_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dexterns1.h192 extern tnode_t *getcnode(type_t *, val_t *);
201 extern void cvtcon(op_t, int, type_t *, val_t *, val_t *);
208 extern val_t *constant(tnode_t *, int);
H A Dlint1.h100 } val_t; typedef in typeref:struct:__anon13857
234 val_t s_value; /* value (if enumcon) */
284 val_t *_tn_val; /* value if op == CON */
371 val_t cl_val;
H A Dtree.c250 getcnode(type_t *tp, val_t *v)
257 n->tn_val = tgetblk(sizeof (val_t));
276 n->tn_val = tgetblk(sizeof (val_t));
341 n->tn_val = tgetblk(sizeof (val_t));
1698 ntn->tn_val = tgetblk(sizeof (val_t));
1898 cvtcon(op_t op, int arg, type_t *tp, val_t *nv, val_t *v)
2727 val_t *v;
2734 if ((v = calloc(1, sizeof (val_t))) == NULL)
2872 val_t *
[all...]
H A Dfunc.c411 val_t *v;
412 val_t nv;
H A Dscan.l602 if ((yylval.y_val = calloc(1, sizeof(val_t))) == NULL)
721 if ((yylval.y_val = calloc(1, sizeof (val_t))) == NULL)
776 yylval.y_val = xcalloc(1, sizeof (val_t));
822 if ((yylval.y_val = calloc(1, sizeof (val_t))) == NULL)
1518 val_t *val = *(val_t **)sp;
H A Dcgram.y114 val_t *y_val;
1787 val_t *v;
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_quirk.c44 enum val_t { enum
53 enum val_t val;

Completed in 60 milliseconds