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:__anondcf084d00408
663 return is_floating(val->v_tspec)
672 lint_assert(tn->tn_type->t_tspec == tn->u.value.v_tspec);
ckgetopt.c 91 && tn->u.ops.right->u.value.v_tspec == INT
tree.c 668 n->u.value.v_tspec = tp->t_tspec;
680 n->u.value.v_tspec = t;
803 n->u.value.v_tspec = BOOL;
809 n->u.value.v_tspec = INT; /* ENUM is in n->tn_type */
1310 v->v_tspec = tn->tn_type->t_tspec;
1854 v->v_tspec = tn->tn_type->t_tspec;
1855 lint_assert(v->v_tspec == INT || (Tflag && v->v_tspec == BOOL));
1928 v->v_tspec = t;
1988 if (is_complex(v->v_tspec)) {
    [all...]
lex.c 610 yylval.y_val->v_tspec = t;
678 yylval.y_val->v_tspec = t;
975 yylval.y_val->v_tspec = INT;
1015 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 439 if (is_uinteger(nv->v_tspec))
decl.c 3219 bool is_unsigned = is_uinteger(v->v_tspec);

Completed in 35 milliseconds