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

  /src/usr.bin/xlint/lint1/
ckbool.c 204 sym->s_type = gettyp(BOOL);
211 sym->s_type = gettyp(BOOL);
decl.c 109 gettyp(tspec_t t) function
254 td = block_dup_type(gettyp(merge_signedness(t2, t)));
262 td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT));
290 td = block_dup_type(gettyp(lt));
748 dcs->d_type = gettyp(merge_signedness(t, s));
937 *tpp = gettyp(INT);
948 *tpp = gettyp(INT);
960 *tpp = gettyp(INT);
967 *tpp = gettyp(INT);
1029 dsym->s_type = tp = block_dup_type(gettyp(t = INT))
    [all...]
cgram.y 549 $$ = build_constant(gettyp($1->v_tspec), $1);
555 zero->tn_type = gettyp(INT);
558 type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);
564 nc->tn_type = gettyp(BOOL);
711 $$->tn_type = gettyp(VOID);
715 $$->tn_type = gettyp(VOID);
720 $$->tn_type = gettyp(VOID);
1162 $$ = gettyp($1);
1165 $$ = $3 != NULL ? block_dup_type($3->tn_type) : gettyp(INT);
1203 $$ = gettyp(INT)
    [all...]
tree.c 733 n->tn_type = gettyp(t);
761 sym->s_type = block_derive_type(gettyp(CHAR), ARRAY);
825 sym->s_type = gettyp(BOOL);
889 tp->t_subt = gettyp(lit->data != NULL ? CHAR : WCHAR_TSPEC);
1400 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln);
1579 type_t *ptrdiff = gettyp(PTRDIFF_TSPEC);
1601 rn = convert(NOOP, 0, gettyp(INT), rn);
1657 tp = gettyp(VOID);
1669 rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn);
1673 ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln)
    [all...]
externs1.h 217 type_t *gettyp(tspec_t);

Completed in 25 milliseconds