Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.h141 double GetFloatValue(double fail_value = 0.0) const {
142 return (m_data_sp ? m_data_sp->GetFloatValue(fail_value) : fail_value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBStructuredData.cpp207 double SBStructuredData::GetFloatValue(double fail_value) const { in GetFloatValue() function in SBStructuredData
210 return m_impl_up->GetFloatValue(fail_value); in GetFloatValue()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBStructuredData.h86 double GetFloatValue(double fail_value = 0.0) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
HDABISysV_ppc64.cpp529 value_sp = GetFloatValue(m_type, 0); in GetValue()
633 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon27e6ba0e0111::ReturnValueExtractor
795 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h123 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h136 double GetFloatValue(double fail_value = 0.0) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp1524 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result, in GetFloatValue() function in NumericLiteralParser
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp3594 APFloat::opStatus result = Literal.GetFloatValue(Val, RM); in BuildFloatingLiteral()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp52088 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2); in _wrap_SBStructuredData_GetFloatValue__SWIG_0()
52112 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(); in _wrap_SBStructuredData_GetFloatValue__SWIG_1()