| H A D | tree.c | 1434 const type_t *ltp = ln->tn_type; local in function:check_enum_array_index 2420 typeok_point(const tnode_t *ln, const type_t *ltp, tspec_t lt) argument 2529 warn_incompatible_types(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 2552 typeok_plus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 2565 typeok_minus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 2693 warn_incompatible_pointers(op_t op,const type_t * ltp,const type_t * rtp) argument 2725 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; local in function:check_pointer_comparison 2756 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) argument 2793 typeok_colon_pointer(const type_t * ltp,const type_t * rtp) argument 2817 typeok_colon(const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) argument 2880 typeok_assign(op_t op,const tnode_t * ln,const type_t * ltp,tspec_t lt) argument 2903 typeok_scalar(op_t op,const mod_t * mp,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 3097 check_assign_pointer_integer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 3130 check_assign_pointer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 3146 warn_assign(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) argument 3179 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local in function:check_assign_types_compatible 3289 typeok_op(op_t op,const function_call * call,int arg,const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) argument 3468 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) argument 3492 type_t *ltp = ln->tn_type; local in function:typeok [all...] |