/openbsd/gnu/llvm/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 | 337 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 605 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType() 731 } 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()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1536 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1610 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1628 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1784 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
H A D | ABIMacOSX_arm.cpp | 1669 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 720 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 829 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
H A D | ABISysV_mips64.cpp | 904 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl() 1011 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
|
/openbsd/gnu/llvm/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 | 340 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 221 bool CompilerType::IsFloatingPointType(uint32_t &count, in IsFloatingPointType() function in CompilerType 225 return type_system_sp->IsFloatingPointType(m_type, count, is_complex); in IsFloatingPointType()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 153 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
|
H A D | TypeSystem.h | 158 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 483 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 424 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 581 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
|
H A D | TypeSystemClang.cpp | 3449 bool TypeSystemClang::IsFloatingPointType(lldb::opaque_compiler_type_t type, in IsFloatingPointType() function in TypeSystemClang 3466 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType() 3474 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count, in IsFloatingPointType()
|