| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 341 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 580 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 685 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 334 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 602 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 728 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_i386.cpp | 240 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1640 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1715 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1733 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1889 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| H A D | ABIMacOSX_arm.cpp | 1773 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 191 bool CompilerType::IsFloatingPointType(uint32_t &count, in IsFloatingPointType() function in CompilerType 194 return m_type_system->IsFloatingPointType(m_type, count, is_complex); in IsFloatingPointType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 101 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
|
| H A D | TypeSystem.h | 152 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 757 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 866 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_mips64.cpp | 941 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl() 1048 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 460 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 745 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_ppc64.cpp | 338 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 484 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 423 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 575 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
|
| H A D | TypeSystemClang.cpp | 3386 bool TypeSystemClang::IsFloatingPointType(lldb::opaque_compiler_type_t type, in IsFloatingPointType() function in TypeSystemClang 3403 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType() 3411 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
|