/src/usr.bin/xlint/lint1/ |
tree.c | 1339 tnode_t *ctn = build_integer_constant(PTRDIFF_TSPEC, local in function:build_struct_access 1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); 1703 tnode_t *ctn = subt_size_in_bytes(ln->tn_type); local in function:build_assignment 1704 if (rn->tn_type->t_tspec != ctn->tn_type->t_tspec) 1705 rn = convert(NOOP, 0, ctn->tn_type, rn); 1706 rn = build_op(MULT, sys, rn->tn_type, rn, ctn);
|
tree.c | 1339 tnode_t *ctn = build_integer_constant(PTRDIFF_TSPEC, local in function:build_struct_access 1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); 1703 tnode_t *ctn = subt_size_in_bytes(ln->tn_type); local in function:build_assignment 1704 if (rn->tn_type->t_tspec != ctn->tn_type->t_tspec) 1705 rn = convert(NOOP, 0, ctn->tn_type, rn); 1706 rn = build_op(MULT, sys, rn->tn_type, rn, ctn);
|