Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2748 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local
2758 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()
2761 max_bit_size, type_bits); in ExtractIntFromFormValue()
2776 if (required_bits > type_bits) { in ExtractIntFromFormValue()
2783 value_as_str, type_bits); in ExtractIntFromFormValue()
2788 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()
2789 result = result.trunc(type_bits); in ExtractIntFromFormValue()