| H A D | tree.c | 1397 const type_t *ltp = ln->u.ops.left->tn_type; in is_assignment() 1398 if (ltp->t_tspec != ARRAY || ltp->t_incomplete_array) in is_assignment() 1417 int max_array_index = ltp->u.dimension - 1; in build_assignment() 2385 typeok_point(const tnode_t *ln, const type_t *ltp, tspec_t lt) in typeok_shift() 2390 if (lt == FUNC || lt == VOID || ltp->t_bitfield) in typeok_shift() 2495 const type_t *ltp, tspec_t lt, in typeok_compare() 2505 error(171, type_name(ltp), type_name(rtp)); in typeok_quest() 2508 error(107, op_name(op), type_name(ltp), type_name(rtp)); in typeok_quest() 2512 error(108, op_name(op), type_name(ltp)); in typeok_colon_pointer() 1155 const type_t *ltp = ln->u.ops.left->tn_type; check_enum_array_index() local 2155 typeok_point(const tnode_t * ln,const type_t * ltp,tspec_t lt) typeok_point() argument 2265 warn_incompatible_types(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) warn_incompatible_types() argument 2288 typeok_plus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_plus() argument 2301 typeok_minus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_minus() argument 2381 typeok_shift(const type_t * ltp,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shift() argument 2411 warn_incompatible_pointers(op_t op,const type_t * ltp,const type_t * rtp) warn_incompatible_pointers() argument 2443 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; check_pointer_comparison() local 2475 typeok_compare(op_t op,const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_compare() argument 2511 typeok_colon_pointer(const type_t * ltp,const type_t * rtp) typeok_colon_pointer() argument 2535 typeok_colon(const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_colon() argument 2598 typeok_assign(op_t op,const tnode_t * ln,const type_t * ltp,tspec_t lt) typeok_assign() argument 2622 typeok_scalar(op_t op,const mod_t * mp,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_scalar() argument 2771 check_assign_void_pointer_compat(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * lstp,tspec_t lst,const tnode_t * rn,const type_t * rtp,tspec_t rt,const type_t * rstp,tspec_t rst) check_assign_void_pointer_compat() argument 2814 check_assign_pointer_integer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) check_assign_pointer_integer() argument 2846 check_assign_pointer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) check_assign_pointer() argument 2862 warn_assign(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) warn_assign() argument 2894 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; check_assign_types_compatible() local 3007 typeok_op(op_t op,int arg,const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_op() argument 3185 typeok_enum(op_t op,const mod_t * mp,int arg,const tnode_t * ln,const type_t * ltp,const tnode_t * rn,const type_t * rtp) typeok_enum() argument 3207 type_t *ltp = ln->tn_type; typeok() local [all...] |