Home
last modified time | relevance | path

Searched refs:IsFloatingPointType (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1655 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1730 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1748 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1904 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h98 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
H A DTypeSystem.h154 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h569 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp764 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
873 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp205 bool CompilerType::IsFloatingPointType(uint32_t &count, in IsFloatingPointType() function in CompilerType
208 return m_type_system->IsFloatingPointType(m_type, count, is_complex); in IsFloatingPointType()
H A DClangASTContext.cpp3613 bool ClangASTContext::IsFloatingPointType(lldb::opaque_compiler_type_t type, in IsFloatingPointType() function in ClangASTContext
3630 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
3638 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
9056 if (IsFloatingPointType(type, count, is_complex)) { in ConvertStringToFloatValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp464 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
751 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp951 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl()
1058 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1331 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
1676 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp444 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp900 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp348 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1790 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()