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

References

tools/lldb/include/lldb/Utility/Scalar.h
   82   Scalar(float v) : m_type(e_float), m_float(v) { m_float = llvm::APFloat(v); }
   82   Scalar(float v) : m_type(e_float), m_float(v) { m_float = llvm::APFloat(v); }