Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h134 double GetAsDouble(double fail_value = 0.0,
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h117 double GetAsDouble() const;
H A DJSON.cpp71 double JSONNumber::GetAsDouble() const { in GetAsDouble() function in JSONNumber
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp601 tls_context.V[reg - fpu_d0_arm64].D[0] = reg_value.GetAsDouble(); in FPRWrite()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp645 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble() function in RegisterValue
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1549 value.GetScalar() = reg_value.GetAsDouble(); in GetReturnValueObjectImpl()