Symbol: gettyp
usr.bin/xlint/lint1/cgram.y
1192
$$ = gettyp($1);
usr.bin/xlint/lint1/cgram.y
1195
$$ = $3 != NULL ? block_dup_type($3->tn_type) : gettyp(INT);
usr.bin/xlint/lint1/cgram.y
1233
$$ = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
1395
$$ = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
558
$$ = build_constant(gettyp($1->v_tspec), $1);
usr.bin/xlint/lint1/cgram.y
564
zero->tn_type = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
567
type_t *void_ptr = block_derive_type(gettyp(VOID), PTR);
usr.bin/xlint/lint1/cgram.y
573
nc->tn_type = gettyp(BOOL);
usr.bin/xlint/lint1/cgram.y
732
$$->tn_type = gettyp(VOID);
usr.bin/xlint/lint1/cgram.y
736
$$->tn_type = gettyp(VOID);
usr.bin/xlint/lint1/cgram.y
741
$$->tn_type = gettyp(VOID);
usr.bin/xlint/lint1/ckbool.c
204
sym->s_type = gettyp(BOOL);
usr.bin/xlint/lint1/ckbool.c
211
sym->s_type = gettyp(BOOL);
usr.bin/xlint/lint1/decl.c
1025
dsym->s_type = tp = block_dup_type(gettyp(t = INT));
usr.bin/xlint/lint1/decl.c
1186
dsym->s_type = gettyp(UINT);
usr.bin/xlint/lint1/decl.c
1284
tp->t_subt = gettyp(CHAR);
usr.bin/xlint/lint1/decl.c
1360
arg->s_type = gettyp(INT);
usr.bin/xlint/lint1/decl.c
1584
sym->s_type = gettyp(INT);
usr.bin/xlint/lint1/decl.c
1749
return gettyp(INT);
usr.bin/xlint/lint1/decl.c
2387
sym->s_type = gettyp(VOID);
usr.bin/xlint/lint1/decl.c
2405
sym->s_type = gettyp(DOUBLE);
usr.bin/xlint/lint1/decl.c
254
td = block_dup_type(gettyp(merge_signedness(t2, t)));
usr.bin/xlint/lint1/decl.c
262
td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT));
usr.bin/xlint/lint1/decl.c
290
td = block_dup_type(gettyp(lt));
usr.bin/xlint/lint1/decl.c
748
dcs->d_type = gettyp(merge_signedness(t, s));
usr.bin/xlint/lint1/decl.c
933
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
944
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
956
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
963
*tpp = gettyp(INT);
usr.bin/xlint/lint1/externs1.h
217
type_t *gettyp(tspec_t);
usr.bin/xlint/lint1/lex.c
1487
sym->s_type = gettyp(INT);
usr.bin/xlint/lint1/tree.c
1477
ln = convert(NOOP, 0, expr_derive_ptr_type(gettyp(VOID)), ln);
usr.bin/xlint/lint1/tree.c
1671
type_t *ptrdiff = gettyp(PTRDIFF_TSPEC);
usr.bin/xlint/lint1/tree.c
1693
rn = convert(NOOP, 0, gettyp(INT), rn);
usr.bin/xlint/lint1/tree.c
1749
tp = gettyp(VOID);
usr.bin/xlint/lint1/tree.c
1761
rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn);
usr.bin/xlint/lint1/tree.c
1765
ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln);
usr.bin/xlint/lint1/tree.c
1943
tnode_t *ntn = build_op(op, sys, gettyp(t), ln, NULL);
usr.bin/xlint/lint1/tree.c
2313
? gettyp(Tflag ? BOOL : INT) : ln->tn_type;
usr.bin/xlint/lint1/tree.c
3744
type_t *ntp = expr_dup_type(gettyp(nt));
usr.bin/xlint/lint1/tree.c
3932
warning(324, type_name(gettyp(ot)), type_name(tp),
usr.bin/xlint/lint1/tree.c
4209
const char *ot_name = type_name(gettyp(ov->v_tspec));
usr.bin/xlint/lint1/tree.c
4286
op_name(op), type_name(gettyp(ot)), type_name(tp));
usr.bin/xlint/lint1/tree.c
4346
warning(295, type_name(gettyp(ot)), type_name(tp), arg);
usr.bin/xlint/lint1/tree.c
4349
warning(119, type_name(gettyp(ot)), type_name(tp));
usr.bin/xlint/lint1/tree.c
4367
warning(295, type_name(gettyp(ot)), type_name(tp), arg);
usr.bin/xlint/lint1/tree.c
4370
warning(119, type_name(gettyp(ot)), type_name(tp));
usr.bin/xlint/lint1/tree.c
815
n->tn_type = gettyp(t);
usr.bin/xlint/lint1/tree.c
843
sym->s_type = block_derive_type(gettyp(CHAR), ARRAY);
usr.bin/xlint/lint1/tree.c
927
sym->s_type = gettyp(BOOL);
usr.bin/xlint/lint1/tree.c
991
tp->t_subt = gettyp(lit->data != NULL ? CHAR : WCHAR_TSPEC);