Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h131 double GetFloatValue(double fail_value = 0.0) const {
132 return (m_data_sp ? m_data_sp->GetFloatValue(fail_value) : fail_value);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp212 double SBStructuredData::GetFloatValue(double fail_value) const { in GetFloatValue() function in SBStructuredData
215 return m_impl_up->GetFloatValue(fail_value); in GetFloatValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h87 double GetFloatValue(double fail_value = 0.0) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp532 value_sp = GetFloatValue(m_type, 0); in GetValue()
637 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon31ea58350111::ReturnValueExtractor
800 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/Parse/
H A DParseHLSLRootSignature.cpp1323 llvm::APFloat::opStatus Status(Literal.GetFloatValue(Val, DXCRoundingMode)); in handleFloatLiteral()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1564 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result, in GetFloatValue() function in NumericLiteralParser
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3643 APFloat::opStatus result = Literal.GetFloatValue(Val, RM); in BuildFloatingLiteral()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53216 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2); in _wrap_SBStructuredData_GetFloatValue__SWIG_0()
53240 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(); in _wrap_SBStructuredData_GetFloatValue__SWIG_1()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11065 …arser13GetFloatValueERN4llvm7APFloatE", "clang::NumericLiteralParser::GetFloatValue(llvm::APFloat&…