H A D | tree.c | 1164 const type_t *rtp = rn->u.ops.left->tn_type; check_enum_array_index() local 2266 warn_incompatible_types(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) warn_incompatible_types() argument 2289 typeok_plus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_plus() argument 2302 typeok_minus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_minus() 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 2476 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 2536 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 2623 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 2774 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 2815 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 2847 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 2863 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 3008 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 3186 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 3210 type_t *rtp = mp->m_binary ? rn->tn_type : NULL; typeok() local [all...] |