Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h141 double GetFloatValue(double fail_value = 0.0) const {
142 return (m_data_sp ? m_data_sp->GetFloatValue(fail_value) : fail_value);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp207 double SBStructuredData::GetFloatValue(double fail_value) const { in GetFloatValue() function in SBStructuredData
210 return m_impl_up->GetFloatValue(fail_value); in GetFloatValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h86 double GetFloatValue(double fail_value = 0.0) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp529 value_sp = GetFloatValue(m_type, 0); in GetValue()
633 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon31ea58350111::ReturnValueExtractor
795 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h123 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result,
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h136 double GetFloatValue(double fail_value = 0.0) {
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1524 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result, in GetFloatValue() function in NumericLiteralParser
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3594 APFloat::opStatus result = Literal.GetFloatValue(Val, RM); in BuildFloatingLiteral()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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()