Searched refs:tspec_t (Results 1 – 19 of 19) sorted by relevance
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | tree.c | 113 portable_rank_cmp(tspec_t t1, tspec_t t2) in portable_rank_cmp() 573 block_derive_type(type_t *tp, tspec_t t) in block_derive_type() 587 expr_derive_type(type_t *tp, tspec_t t) in expr_derive_type() 619 tspec_t t = ln->tn_type->t_subt->t_tspec; in build_op() 640 build_integer_constant(tspec_t t, int64_t si) in build_integer_constant() 851 const tnode_t *ln, tspec_t lt, in check_nonportable_char_comparison() 852 const tnode_t *rn, tspec_t rt) in check_nonportable_char_comparison() 880 tspec_t lt = ln->tn_type->t_tspec; in check_integer_comparison() 881 tspec_t rt = rn->tn_type->t_tspec; in check_integer_comparison() 931 static const tspec_t arith_rank[] = { [all …]
|
| D | ckbool.c | 54 is_int_constant_zero(const tnode_t *tn, tspec_t t) in is_int_constant_zero() 61 const tnode_t *ln, tspec_t lt, in is_typeok_strict_bool_binary() 62 const tnode_t *rn, tspec_t rt) in is_typeok_strict_bool_binary() 96 const tnode_t *ln, tspec_t lt, in typeok_strict_bool_binary_compatible() 97 const tnode_t *rn, tspec_t rt) in typeok_strict_bool_binary_compatible() 125 tspec_t lt = ln->tn_type->t_tspec; in typeok_scalar_strict_bool() 126 tspec_t rt = NO_TSPEC; in typeok_scalar_strict_bool()
|
| D | lint1.h | 89 tspec_t v_tspec; 134 tspec_t t_tspec; /* type specifier */ 244 tspec_t sk_tspec; 347 tspec_t d_abstract_type;/* VOID, BOOL, CHAR, INT or COMPLEX */ 348 tspec_t d_complex_mod; /* FLOAT or DOUBLE */ 349 tspec_t d_sign_mod; /* SIGNED or UNSIGN */ 350 tspec_t d_rank_mod; /* SHORT, LONG or LLONG */ 710 msb(int64_t si, tspec_t t) in msb() 734 is_struct_or_union(tspec_t t) in is_struct_or_union()
|
| D | decl.c | 101 typetab[i].t_tspec = (tspec_t)i; in init_decl() 109 gettyp(tspec_t t) in gettyp() 172 tspec_t t = tp->t_tspec; in is_incomplete() 222 static tspec_t 223 merge_signedness(tspec_t t, tspec_t s) in merge_signedness() 243 typedef_error(type_t *td, tspec_t t) in typedef_error() 245 tspec_t t2 = td->t_tspec; in typedef_error() 269 tspec_t lt; in typedef_error() 327 tspec_t t = tp->t_tspec; in dcs_add_type() 411 tspec_t t = tp->t_tspec; in set_first_typedef() [all …]
|
| D | externs1.h | 87 int64_t convert_integer(int64_t, tspec_t, unsigned int); 214 type_t *gettyp(tspec_t); 247 type_t *make_tag_type(sym_t *, tspec_t, bool, bool); 279 type_t *block_derive_type(type_t *, tspec_t); 280 type_t *expr_derive_type(type_t *, tspec_t);
|
| D | init.c | 163 tspec_t lst = ltp->t_subt->t_tspec; in can_init_character_array() 164 tspec_t rst = rn->tn_type->t_subt->t_tspec; in can_init_character_array() 202 check_bit_field_init(const tnode_t *ln, tspec_t lt, tspec_t rt) in check_bit_field_init() 269 tspec_t lt = ln->tn_type->t_tspec; in check_init_expr() 270 tspec_t rt = rn->tn_type->t_tspec; in check_init_expr()
|
| D | emit1.c | 101 tspec_t ts; in outtype() 343 tspec_t t = arg->tn_type->t_tspec; in outcall()
|
| D | 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 in lex_integer_constant() 619 convert_integer(int64_t si, tspec_t t, unsigned int bits) in convert_integer() 639 tspec_t t; in lex_floating_constant()
|
| D | func.c | 496 tspec_t t = tn->tn_type->t_tspec; in check_case_label() 623 tspec_t t = tn->tn_type->t_tspec; in stmt_switch_expr()
|
| D | README.md | 91 as defined in `tspec_t`. 186 | t | `tspec_t` | a simple type such as `INT`, `FUNC`, `PTR` |
|
| D | debug.c | 557 tspec_t t = c.v_tspec; in debug_token()
|
| D | cgram.y | 166 tspec_t y_tspec;
|
| /netbsd/src/usr.bin/xlint/common/ |
| D | lint.h | 98 } tspec_t; typedef 116 tspec_t tt_signed_counterpart; 117 tspec_t tt_unsigned_counterpart; 132 type_properties(tspec_t t) in type_properties()
|
| D | externs.h | 39 const char *tspec_name(tspec_t);
|
| D | tyname.c | 155 tspec_name(tspec_t t) in tspec_name() 251 tspec_t t; in type_name()
|
| /netbsd/src/usr.bin/xlint/lint2/ |
| D | chk.c | 239 tspec_t t1; in chkvtui() 451 tspec_t t1, t2; in chkau() 603 tspec_t sz, t1, t2 = NO_TSPEC; in printflike() 830 tspec_t sz, t1 = NO_TSPEC, t2 = NO_TSPEC; in scanflike() 1201 tspec_t t, to; in types_compatible() 1359 tspec_t t; in matches_no_arg_function()
|
| D | lint2.h | 41 tspec_t t_tspec; /* type specifier */
|
| D | emit2.c | 60 tspec_t ts = tp->t_tspec; in outtype()
|
| D | read.c | 586 static tspec_t 754 tspec_t t; in gettlen()
|