Home
last modified time | relevance | path

Searched refs:v_tspec (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dlint1.h107 tspec_t v_tspec; member
578 return is_floating(val->v_tspec) in is_nonzero_val()
587 lint_assert(tn->tn_type->t_tspec == tn->tn_val.v_tspec); in constant_is_nonzero()
H A Dtree.c375 n->tn_val.v_tspec = tp->t_tspec; in build_constant()
387 n->tn_val.v_tspec = t; in build_integer_constant()
504 n->tn_val.v_tspec = BOOL; in build_name()
795 v->v_tspec = tn->tn_type->t_tspec; in fold()
1486 lint_assert(v->v_tspec == INT || (Tflag && v->v_tspec == BOOL)); in fold_bool()
1564 v->v_tspec = t; in fold_float()
1622 if (is_complex(v->v_tspec)) { in fold_float()
3912 tspec_t ot = v->v_tspec; in convert_constant()
4325 v->v_tspec = INT; in integer_constant()
4352 if (!is_integer(v->v_tspec)) in integer_constant()
[all …]
H A Dlex.c624 yylval.y_val->v_tspec = typ; in lex_integer_constant()
702 yylval.y_val->v_tspec = typ; in lex_floating_constant()
909 yylval.y_val->v_tspec = INT; in lex_character_constant()
957 yylval.y_val->v_tspec = WCHAR_TSPEC; in lex_wide_character_constant()
H A Dfunc.c532 if (cl != NULL && is_uinteger(nv.v_tspec)) { in check_case_label()
H A Dcgram.y483 $$ = build_constant(gettyp($1->v_tspec), $1);
H A Ddecl.c3156 bool is_unsigned = is_uinteger(v->v_tspec); in to_int_constant()