Searched refs:GetFloatValue (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 184 double SBStructuredData::GetFloatValue(double fail_value) const { in GetFloatValue() function in SBStructuredData 185 LLDB_RECORD_METHOD_CONST(double, SBStructuredData, GetFloatValue, (double), in GetFloatValue() 188 return m_impl_up->GetFloatValue(fail_value); in GetFloatValue() 239 LLDB_REGISTER_METHOD_CONST(double, SBStructuredData, GetFloatValue, (double)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 132 double GetFloatValue(double fail_value = 0.0) const { 133 return (m_data_sp ? m_data_sp->GetFloatValue(fail_value) : fail_value);
|
| /freebsd-13.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/ |
| H A D | widget.h | 48 float GetFloatValue() const;
|
| H A D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
| H A D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 47 double GetFloatValue(double fail_value = 0.0) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 70 double GetFloatValue(double fail_value = 0.0) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 530 value_sp = GetFloatValue(m_type, 0); in GetValue() 634 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() function in __anon00c983e90111::ReturnValueExtractor 791 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 115 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 114 double GetFloatValue(double fail_value = 0.0) {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1077 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3629 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 44666 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(arg2); in _wrap_SBStructuredData_GetFloatValue__SWIG_0() 44690 result = (double)((lldb::SBStructuredData const *)arg1)->GetFloatValue(); in _wrap_SBStructuredData_GetFloatValue__SWIG_1()
|