/src/usr.bin/xlint/lint1/ |
init.c | 150 * Test whether rn is a string literal that can initialize ltp. 157 can_init_character_array(const type_t *ltp, const tnode_t *rn) 160 if (!(ltp != NULL && ltp->t_tspec == ARRAY && rn->tn_op == STRING)) 163 tspec_t lst = ltp->t_subt->t_tspec; 246 check_init_expr(const type_t *ltp, sym_t *lsym, tnode_t *rn) 249 type_t *lutp = expr_unqualified_type(ltp); 273 if (lt != rt || (ltp->t_bitfield && rn->tn_op == CON)) 274 rn = convert(INIT, 0, unconst_cast(ltp), rn); 585 const type_t *ltp = brace_level_sub_type(bl) local in function:brace_level_goto [all...] |
init.c | 150 * Test whether rn is a string literal that can initialize ltp. 157 can_init_character_array(const type_t *ltp, const tnode_t *rn) 160 if (!(ltp != NULL && ltp->t_tspec == ARRAY && rn->tn_op == STRING)) 163 tspec_t lst = ltp->t_subt->t_tspec; 246 check_init_expr(const type_t *ltp, sym_t *lsym, tnode_t *rn) 249 type_t *lutp = expr_unqualified_type(ltp); 273 if (lt != rt || (ltp->t_bitfield && rn->tn_op == CON)) 274 rn = convert(INIT, 0, unconst_cast(ltp), rn); 585 const type_t *ltp = brace_level_sub_type(bl) local in function:brace_level_goto [all...] |
tree.c | 1434 const type_t *ltp = ln->tn_type; local in function:check_enum_array_index 1435 if (ltp->t_tspec != ARRAY || ltp->t_incomplete_array) 1454 int max_array_index = ltp->u.dimension - 1; 2420 typeok_point(const tnode_t *ln, const type_t *ltp, tspec_t lt) 2425 if (lt == FUNC || lt == VOID || ltp->t_bitfield) 2530 const type_t *ltp, tspec_t lt, 2540 error(171, type_name(ltp), type_name(rtp)); 2543 error(107, op_name(op), type_name(ltp), type_name(rtp)); 2547 error(108, op_name(op), type_name(ltp)); 2725 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; local in function:check_pointer_comparison 3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local in function:check_assign_types_compatible 3492 type_t *ltp = ln->tn_type; local in function:typeok [all...] |
tree.c | 1434 const type_t *ltp = ln->tn_type; local in function:check_enum_array_index 1435 if (ltp->t_tspec != ARRAY || ltp->t_incomplete_array) 1454 int max_array_index = ltp->u.dimension - 1; 2420 typeok_point(const tnode_t *ln, const type_t *ltp, tspec_t lt) 2425 if (lt == FUNC || lt == VOID || ltp->t_bitfield) 2530 const type_t *ltp, tspec_t lt, 2540 error(171, type_name(ltp), type_name(rtp)); 2543 error(107, op_name(op), type_name(ltp), type_name(rtp)); 2547 error(108, op_name(op), type_name(ltp)); 2725 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; local in function:check_pointer_comparison 3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local in function:check_assign_types_compatible 3492 type_t *ltp = ln->tn_type; local in function:typeok [all...] |
/src/sys/dev/pcmcia/ |
if_ray.c | 343 static struct timeval rtv, tv1, tv2, *ttp, *ltp; variable in typeref:struct:timeval ** 347 timersub(ttp, ltp, &rtv); \ 348 ttmp = ttp; ttp = ltp; ltp = ttmp; \ 359 timersub(ttp, ltp, &rtv); \ 360 ttmp = ttp; ttp = ltp; ltp = ttmp; \ 469 if (!ltp) { 472 ltp = &tv2; 473 microtime(ltp); [all...] |
if_ray.c | 343 static struct timeval rtv, tv1, tv2, *ttp, *ltp; variable in typeref:struct:timeval ** 347 timersub(ttp, ltp, &rtv); \ 348 ttmp = ttp; ttp = ltp; ltp = ttmp; \ 359 timersub(ttp, ltp, &rtv); \ 360 ttmp = ttp; ttp = ltp; ltp = ttmp; \ 469 if (!ltp) { 472 ltp = &tv2; 473 microtime(ltp); [all...] |