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

  /src/usr.bin/xlint/lint1/
externs1.h 286 tnode_t *build_constant(type_t *, val_t *);
301 void convert_constant(op_t, int, const type_t *, val_t *, val_t *);
308 val_t *integer_constant(tnode_t *, bool);
lint1.h 102 } val_t; typedef in typeref:struct:__anondcf084d00408
304 val_t value; /* if CON */
414 val_t *vals;
542 val_t constant;
661 is_nonzero_val(const val_t *val)
704 * TODO: Add proper support for INT128. This involves changing val_t to
tree.c 477 ic_con(const type_t *tp, const val_t *v)
661 build_constant(type_t *tp, val_t *v)
1309 val_t *v = xcalloc(1, sizeof(*v));
1853 val_t *v = xcalloc(1, sizeof(*v));
1927 val_t *v = xcalloc(1, sizeof(*v));
4004 tspec_t nt, val_t *nv, val_t *ov)
4072 convert_constant_to_floating(tspec_t nt, val_t *nv,
4073 tspec_t ot, const val_t *v)
4091 warn_constant_truncated(op_t op, const val_t *v
    [all...]
func.c 430 check_duplicate_case_label(control_statement *cs, const val_t *nv)
502 val_t *v = integer_constant(tn, true);
503 val_t nv;
debug.c 561 val_t c = tok->u.constant;
cgram.y 160 val_t *y_val;
decl.c 3218 val_t *v = integer_constant(tn, required);

Completed in 21 milliseconds