| tree.c | 1562 tnode_t *elsz = subt_size_in_bytes(ln->tn_type); local 1563 tspec_t szt = elsz->tn_type->t_tspec; 1565 rn = convert(NOOP, 0, elsz->tn_type, rn); 1567 tnode_t *prod = build_op(MULT, sys, rn->tn_type, rn, elsz); 1584 tnode_t *elsz = subt_size_in_bytes(ln->tn_type); local 1585 balance(NOOP, &raw_diff, &elsz); 1587 return build_op(DIV, sys, ptrdiff, raw_diff, elsz); 4414 unsigned int elsz; local 4419 elsz = 1; 4424 elsz = 1 4868 int elsz = length_in_bits(arr->tn_type->t_subt, NULL); local [all...] |