H A D | tree.c | 364 build_op(op_t op,bool sys,type_t * type,tnode_t * ln,tnode_t * rn) build_op() argument 599 check_nonportable_char_comparison(op_t op,const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) check_nonportable_char_comparison() argument 624 check_integer_comparison(op_t op,tnode_t * ln,tnode_t * rn) check_integer_comparison() argument 1047 build_struct_access(op_t op,bool sys,tnode_t * ln,tnode_t * rn) build_struct_access() argument 1149 check_enum_array_index(const tnode_t * ln,const tnode_t * rn) check_enum_array_index() argument 1192 build_plus_minus(op_t op,bool sys,tnode_t * ln,tnode_t * rn) build_plus_minus() argument 1244 build_bit_shift(op_t op,bool sys,tnode_t * ln,tnode_t * rn) build_bit_shift() argument 1295 build_colon(bool sys,tnode_t * ln,tnode_t * rn) build_colon() argument 1405 build_assignment(op_t op,bool sys,tnode_t * ln,tnode_t * rn) build_assignment() argument 1554 tnode_t *ln, *rn; check_precedence_confusion() local 1765 build_binary(tnode_t * ln,op_t op,bool sys,tnode_t * rn) build_binary() argument 2321 typeok_shr(op_t op,const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shr() argument 2381 typeok_shift(const type_t * ltp,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shift() argument 2401 is_typeok_eq(const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) is_typeok_eq() argument 2441 check_pointer_comparison(op_t op,const tnode_t * ln,const tnode_t * rn) check_pointer_comparison() argument 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 2499 typeok_quest(tspec_t lt,const tnode_t * rn) typeok_quest() 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 2746 check_unconst_function(const type_t * lstp,const tnode_t * rn) check_unconst_function() argument 2773 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 2891 check_assign_types_compatible(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) check_assign_types_compatible() argument 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 3094 check_bad_enum_operation(op_t op,const tnode_t * ln,const tnode_t * rn) check_bad_enum_operation() argument 3112 check_enum_type_mismatch(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) check_enum_type_mismatch() argument 3146 check_enum_int_mismatch(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) check_enum_int_mismatch() 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 3202 typeok(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) typeok() argument 4678 tnode_t *rn = tn->u.ops.right; check_expr_misc() local [all...] |