H A D | tree.c | 598 build_op(op_t op, bool sys, type_t *type, tnode_t *ln, tnode_t *rn) in check_nonportable_char_comparison() argument 364 build_op(op_t op,bool sys,type_t * type,tnode_t * ln,tnode_t * rn) build_op() 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 1138 build_prepost_incdec(op_t op,bool sys,tnode_t * ln) build_prepost_incdec() 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 1472 build_real_imag(op_t op,bool sys,tnode_t * ln) build_real_imag() 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 2091 build_member_access(tnode_t * ln,op_t op,bool sys,sbuf_t * member) build_member_access() argument 2155 typeok_point(const tnode_t * ln,const type_t * ltp,tspec_t lt) typeok_point() argument 2320 typeok_shr(op_t op,const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shr() 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 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 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 2891 check_assign_types_compatible(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) check_assign_types_compatible() argument 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 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 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 3202 typeok(op_t op,int arg,const tnode_t * ln,const tnode_t * rn) typeok() argument 4282 tnode_t *ln = xcalloc(1, sizeof(*ln)); check_prototype_argument() local 4527 check_expr_addr(const tnode_t * ln,bool szof,bool fcall) check_expr_addr() argument 4552 check_expr_side_effect(const tnode_t * ln,bool szof) check_expr_side_effect() argument 4569 check_expr_assign(const tnode_t * ln,bool szof) check_expr_assign() argument 4581 check_expr_call(const tnode_t * tn,const tnode_t * ln,bool szof,bool vctx,bool cond,bool retval_discarded) check_expr_call() argument 4595 check_expr_op(op_t op,const tnode_t * ln,bool szof,bool fcall,bool eqwarn) check_expr_op() argument 4677 tnode_t *ln = tn->u.ops.left; check_expr_misc() local [all...] |