tree.c | 1498 tnode_t *elsz = subt_size_in_bytes(ln->tn_type); local in function:build_plus_minus 1499 tspec_t szt = elsz->tn_type->t_tspec; 1501 rn = convert(NOOP, 0, elsz->tn_type, rn); 1503 tnode_t *prod = build_op(MULT, sys, rn->tn_type, rn, elsz); 1520 tnode_t *elsz = subt_size_in_bytes(ln->tn_type); local in function:build_plus_minus 1521 balance(NOOP, &raw_diff, &elsz); 1523 return build_op(DIV, sys, ptrdiff, raw_diff, elsz); 4352 unsigned int elsz; local in function:type_size_in_bits 4357 elsz = 1; 4362 elsz = 1 4806 int elsz = length_in_bits(arr->tn_type->t_subt, NULL); local in function:check_array_index [all...] |