tree.c | 1443 const type_t *rtp = rn->u.ops.left->tn_type; local in function:check_enum_array_index 1444 const sym_t *ec = rtp->u.enumer->en_first_enumerator; 1472 warning(348, (int)max_enum_value, max_ec->s_name, type_name(rtp), 2531 const type_t *rtp, tspec_t rt) 2540 error(171, type_name(ltp), type_name(rtp)); 2543 error(107, op_name(op), type_name(ltp), type_name(rtp)); 2554 const type_t *rtp, tspec_t rt) 2558 warn_incompatible_types(op, ltp, lt, rtp, rt); 2567 const type_t *rtp, tspec_t rt) 2572 warn_incompatible_types(op, ltp, lt, rtp, rt) 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 3495 type_t *rtp = mp->m_binary ? rn->tn_type : NULL; local in function:typeok [all...] |