reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Scalar.h
  143   void TruncOrExtendTo(Scalar::Type type, uint16_t bits);

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2495       top.TruncOrExtendTo(type, bit_size);
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
  191   scalar.TruncOrExtendTo(type, bits);