Home
last modified time | relevance | path

Searched refs:type_bits (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2679 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local
2689 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()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c3531 int type_bits; in read_sun_builtin_type() local
3577 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()