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

  /src/usr.bin/xlint/common/
externs.h 39 const char *tspec_name(tspec_t);
lint.h 96 } tspec_t; typedef in typeref:enum:__anon8358
114 tspec_t tt_signed_counterpart;
115 tspec_t tt_unsigned_counterpart;
130 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)
648 block_derive_type(type_t *tp, tspec_t t)
662 expr_derive_type(type_t *tp, tspec_t t)
707 tspec_t t = ln->tn_type->t_subt->t_tspec;
728 build_integer_constant(tspec_t t, int64_t si)
951 const tnode_t *ln, tspec_t lt,
952 const tnode_t *rn, tspec_t rt)
980 tspec_t lt = ln->tn_type->t_tspec;
981 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 */
717 msb(int64_t si, tspec_t t)
741 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)
244 typedef_error(type_t *td, tspec_t t)
246 tspec_t t2 = td->t_tspec;
270 tspec_t lt;
328 tspec_t t = tp->t_tspec
    [all...]
emit1.c 96 tspec_t ts;
338 tspec_t t = arg->tn_type->t_tspec;
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;
lex.c 113 tspec_t kw_tspec; /* if kw_token is T_TYPE or
492 static tspec_t
523 static tspec_t
600 tspec_t t = u_suffix > 0
615 convert_integer(int64_t si, tspec_t t, unsigned int bits)
635 tspec_t t;
func.c 497 tspec_t t = tn->tn_type->t_tspec;
624 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 52 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
752 tspec_t t;

Completed in 27 milliseconds