/src/usr.bin/xlint/common/ |
externs.h | 39 const char *tspec_name(tspec_t);
|
lint.h | 98 } tspec_t; typedef in typeref:enum:__anon9fffcc200203 116 tspec_t tt_signed_counterpart; 117 tspec_t tt_unsigned_counterpart; 132 type_properties(tspec_t t)
|
tyname.c | 155 tspec_name(tspec_t t) 251 tspec_t t;
|
/src/usr.bin/xlint/lint1/ |
ckbool.c | 54 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;
|
tree.c | 134 portable_rank_cmp(tspec_t t1, tspec_t t2) 594 block_derive_type(type_t *tp, tspec_t t) 608 expr_derive_type(type_t *tp, tspec_t t) 653 tspec_t t = ln->tn_type->t_subt->t_tspec; 674 build_integer_constant(tspec_t t, int64_t si) 885 const tnode_t *ln, tspec_t lt, 886 const tnode_t *rn, tspec_t rt) 914 tspec_t lt = ln->tn_type->t_tspec; 915 tspec_t rt = rn->tn_type->t_tspec [all...] |
lint1.h | 89 tspec_t v_tspec; 134 tspec_t t_tspec; /* type specifier */ 244 tspec_t sk_tspec; 352 tspec_t d_abstract_type;/* VOID, BOOL, CHAR, INT or COMPLEX */ 353 tspec_t d_complex_mod; /* FLOAT or DOUBLE */ 354 tspec_t d_sign_mod; /* SIGNED or UNSIGN */ 355 tspec_t d_rank_mod; /* SHORT, LONG or LLONG */ 715 msb(int64_t si, tspec_t t) 739 is_struct_or_union(tspec_t t)
|
externs1.h | 90 int64_t convert_integer(int64_t, tspec_t, unsigned int); 217 type_t *gettyp(tspec_t); 251 type_t *make_tag_type(sym_t *, tspec_t, bool, bool); 283 type_t *block_derive_type(type_t *, tspec_t); 284 type_t *expr_derive_type(type_t *, tspec_t);
|
decl.c | 101 typetab[i].t_tspec = (tspec_t)i; 109 gettyp(tspec_t t) 172 tspec_t t = tp->t_tspec; 222 static tspec_t 223 merge_signedness(tspec_t t, tspec_t s) 246 typedef_error(type_t *td, tspec_t t) 248 tspec_t t2 = td->t_tspec; 272 tspec_t lt; 330 tspec_t t = tp->t_tspec [all...] |
emit1.c | 101 tspec_t ts; 343 tspec_t t = arg->tn_type->t_tspec;
|
lex.c | 113 tspec_t kw_tspec; /* if kw_token is T_TYPE or 496 static tspec_t 527 static tspec_t 604 tspec_t t = u_suffix > 0 619 convert_integer(int64_t si, tspec_t t, unsigned int bits) 639 tspec_t t;
|
init.c | 163 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;
|
README.md | 91 as defined in `tspec_t`. 186 | t | `tspec_t` | a simple type such as `INT`, `FUNC`, `PTR` |
|
func.c | 496 tspec_t t = tn->tn_type->t_tspec; 623 tspec_t t = tn->tn_type->t_tspec;
|
debug.c | 562 tspec_t t = c.v_tspec;
|
cgram.y | 166 tspec_t y_tspec; 1519 tspec_t t = $$->s_type->t_tspec;
|
/src/usr.bin/xlint/lint2/ |
lint2.h | 38 tspec_t t_tspec; /* type specifier */
|
emit2.c | 57 tspec_t ts = tp->t_tspec;
|
chk.c | 244 tspec_t t1; 453 tspec_t t1, t2; 606 tspec_t sz, t1, t2 = NO_TSPEC; 834 tspec_t sz, t1 = NO_TSPEC, t2 = NO_TSPEC; 1206 tspec_t t, to; 1359 tspec_t t = (*arg)->t_tspec;
|
read.c | 586 static tspec_t 754 tspec_t t;
|