| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| H A D | ABISysV_arm.cpp | 1655 } 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 D | CompilerType.h | 98 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
|
| H A D | TypeSystem.h | 154 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
|
| H A D | ClangASTContext.h | 569 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 D | ABISysV_mips.cpp | 764 } 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 D | CompilerType.cpp | 205 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 D | ClangASTContext.cpp | 3613 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 D | ABISysV_ppc.cpp | 464 } 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 D | ABISysV_mips64.cpp | 951 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 D | ABISysV_x86_64.cpp | 1331 } 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 D | ABISysV_s390x.cpp | 444 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| H A D | ABIMacOSX_i386.cpp | 900 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ |
| H A D | ABISysV_ppc64.cpp | 348 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| H A D | ABIMacOSX_arm.cpp | 1790 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|