Searched refs:tspec_t (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dexterns.h39 const char *tspec_name(tspec_t);
H A Dlint.h97 } tspec_t; typedef in typeref:enum:__anon42
115 tspec_t tt_signed_counterpart;
116 tspec_t tt_unsigned_counterpart;
131 type_properties(tspec_t t)
H A Dtyname.c153 tspec_name(tspec_t t)
249 tspec_t t;
/netbsd-current/usr.bin/xlint/lint1/
H A Dckbool.c54 is_int_constant_zero(const tnode_t *tn, tspec_t t)
61 const tnode_t *ln, tspec_t lt,
62 const tnode_t *rn, tspec_t rt)
96 const tnode_t *ln, tspec_t lt,
97 const tnode_t *rn, tspec_t rt)
125 tspec_t lt = ln->tn_type->t_tspec;
126 tspec_t rt = NO_TSPEC;
H A Dtree.c96 portable_rank_cmp(tspec_t t1, tspec_t t2)
339 block_derive_type(type_t *tp, tspec_t t)
353 expr_derive_type(type_t *tp, tspec_t t)
376 tspec_t t = ln->tn_type->t_subt->t_tspec;
397 build_integer_constant(tspec_t t, int64_t si)
598 const tnode_t *ln, tspec_t lt,
599 const tnode_t *rn, tspec_t rt)
627 tspec_t lt = ln->tn_type->t_tspec;
628 tspec_t r
[all...]
H A Dlint1.h83 tspec_t v_tspec;
128 tspec_t t_tspec; /* type specifier */
237 tspec_t sk_tspec;
340 tspec_t d_abstract_type;/* VOID, BOOL, CHAR, INT or COMPLEX */
341 tspec_t d_complex_mod; /* FLOAT or DOUBLE */
342 tspec_t d_sign_mod; /* SIGNED or UNSIGN */
343 tspec_t d_rank_mod; /* SHORT, LONG or LLONG */
700 msb(int64_t si, tspec_t t)
724 is_struct_or_union(tspec_t t)
H A Dexterns1.h87 int64_t convert_integer(int64_t, tspec_t, unsigned int);
212 type_t *gettyp(tspec_t);
245 type_t *make_tag_type(sym_t *, tspec_t, bool, bool);
277 type_t *block_derive_type(type_t *, tspec_t);
278 type_t *expr_derive_type(type_t *, tspec_t);
H A Ddecl.c101 typetab[i].t_tspec = (tspec_t)i;
109 gettyp(tspec_t t)
172 tspec_t t = tp->t_tspec;
220 static tspec_t
221 merge_signedness(tspec_t t, tspec_t s)
241 typedef_error(type_t *td, tspec_t t)
243 tspec_t t2 = td->t_tspec;
267 tspec_t lt;
325 tspec_t
[all...]
H A Demit1.c101 tspec_t ts;
343 tspec_t t = arg->tn_type->t_tspec;
H A Dinit.c163 tspec_t lst = ltp->t_subt->t_tspec;
164 tspec_t rst = rn->tn_type->t_subt->t_tspec;
202 check_bit_field_init(const tnode_t *ln, tspec_t lt, tspec_t rt)
269 tspec_t lt = ln->tn_type->t_tspec;
270 tspec_t rt = rn->tn_type->t_tspec;
H A Dlex.c113 tspec_t kw_tspec; /* if kw_token is T_TYPE or
495 static tspec_t
526 static tspec_t
603 tspec_t t = u_suffix > 0
618 convert_integer(int64_t si, tspec_t t, unsigned int bits)
638 tspec_t t;
H A Dfunc.c500 tspec_t t = tn->tn_type->t_tspec;
627 tspec_t t = tn->tn_type->t_tspec;
H A Ddebug.c539 tspec_t t = c.v_tspec;
H A Dcgram.y166 tspec_t y_tspec;
/netbsd-current/usr.bin/xlint/lint2/
H A Dlint2.h41 tspec_t t_tspec; /* type specifier */
H A Demit2.c60 tspec_t ts = tp->t_tspec;
H A Dchk.c239 tspec_t t1;
443 tspec_t t1, t2;
596 tspec_t sz, t1, t2 = NO_TSPEC;
823 tspec_t sz, t1 = NO_TSPEC, t2 = NO_TSPEC;
1192 tspec_t t, to;
1351 tspec_t t;
H A Dread.c586 static tspec_t
754 tspec_t t;

Completed in 193 milliseconds