/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIWindows_x86_64.cpp | 343 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 582 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 687 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
H A D | ABISysV_x86_64.cpp | 336 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 604 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 730 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
H A D | ABIMacOSX_i386.cpp | 241 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1641 } 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/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 241 bool CompilerType::IsFloatingPointType(uint32_t &count, in IsFloatingPointType() function in CompilerType 245 return type_system_sp->IsFloatingPointType(m_type, count, is_complex); in IsFloatingPointType() 334 return IsFloatingPointType(count, is_complex); in IsFloat()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 758 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 867 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
H A D | ABISysV_mips64.cpp | 943 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl() 1050 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 461 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 746 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
H A D | ABISysV_ppc64.cpp | 340 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 146 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
|
H A D | TypeSystem.h | 165 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 483 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 424 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 570 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 657 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
|
H A D | TypeSystemClang.cpp | 3404 bool TypeSystemClang::IsFloatingPointType(lldb::opaque_compiler_type_t type, in IsFloatingPointType() function in TypeSystemClang 3421 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType() 3429 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
|