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

  /src/usr.bin/xlint/lint1/
lint1.h 89 tspec_t v_tspec; member in struct:__anon8368
665 return is_floating(val->v_tspec)
674 lint_assert(tn->tn_type->t_tspec == tn->u.value.v_tspec);
ckgetopt.c 92 && tn->u.ops.right->u.value.v_tspec == INT
tree.c 722 n->u.value.v_tspec = tp->t_tspec;
734 n->u.value.v_tspec = t;
857 n->u.value.v_tspec = BOOL;
863 n->u.value.v_tspec = INT; /* ENUM is in n->tn_type */
1374 v->v_tspec = tn->tn_type->t_tspec;
1918 v->v_tspec = tn->tn_type->t_tspec;
1919 lint_assert(v->v_tspec == INT || (Tflag && v->v_tspec == BOOL));
1992 v->v_tspec = t;
2052 if (is_complex(v->v_tspec)) {
    [all...]
lex.c 606 yylval.y_val->v_tspec = t;
674 yylval.y_val->v_tspec = t;
971 yylval.y_val->v_tspec = INT;
1011 yylval.y_val->v_tspec = WCHAR_TSPEC;
cgram.y 190 if (is_integer($$->v_tspec))
549 $$ = build_constant(gettyp($1->v_tspec), $1);
556 zero->u.value.v_tspec = INT;
565 nc->u.value.v_tspec = BOOL;
debug.c 562 tspec_t t = c.v_tspec;
func.c 440 if (is_uinteger(nv->v_tspec))
decl.c 3219 bool is_unsigned = is_uinteger(v->v_tspec);

Completed in 23 milliseconds