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...] |