| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 345 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 585 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 694 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 340 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 609 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 739 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_i386.cpp | 243 } 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 | 1637 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1712 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1730 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1887 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| H A D | ABIMacOSX_arm.cpp | 1770 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 243 bool CompilerType::IsFloatingPointType(uint32_t &count, in IsFloatingPointType() function in CompilerType 247 return type_system_sp->IsFloatingPointType(m_type, count, is_complex); in IsFloatingPointType() 336 return IsFloatingPointType(count, is_complex); in IsFloat()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 753 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 863 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_mips64.cpp | 940 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl() 1047 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 147 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/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 457 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 744 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
| H A D | ABISysV_ppc64.cpp | 342 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.cpp | 516 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 | 426 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 486 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.cpp | 649 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 | 3447 bool TypeSystemClang::IsFloatingPointType(lldb::opaque_compiler_type_t type, in IsFloatingPointType() function in TypeSystemClang 3464 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType() 3472 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2008 if (!clang_type.IsFloatingPointType(count, is_complex)) in MakeAPValue()
|