Searched refs:type_bits (Results 1 – 2 of 2) sorted by relevance
2679 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local2689 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()2692 max_bit_size, type_bits); in ExtractIntFromFormValue()2707 if (required_bits > type_bits) { in ExtractIntFromFormValue()2714 value_as_str, type_bits); in ExtractIntFromFormValue()2719 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()2720 result = result.trunc(type_bits); in ExtractIntFromFormValue()
3531 int type_bits; in read_sun_builtin_type() local3577 type_bits = read_huge_number (pp, 0, &nbits); in read_sun_builtin_type()3589 if (type_bits == 0) in read_sun_builtin_type()3595 type_bits / TARGET_CHAR_BIT, in read_sun_builtin_type()