Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h86 double GetFloatValue(double fail_value = 0.0) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp531 value_sp = GetFloatValue(m_type, 0); in GetValue()
635 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon0244f9eb0111::ReturnValueExtractor
792 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h125 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h136 double GetFloatValue(double fail_value = 0.0) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1489 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3872 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49354 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2); in _wrap_SBStructuredData_GetFloatValue__SWIG_0()
49378 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(); in _wrap_SBStructuredData_GetFloatValue__SWIG_1()