Home
last modified time | relevance | path

Searched refs:IsFloatingPointType (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp343 } 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 DABISysV_x86_64.cpp337 } 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 DABIMacOSX_i386.cpp241 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1536 } 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 DABIMacOSX_arm.cpp1669 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp720 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
829 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
H A DABISysV_mips64.cpp904 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 DABISysV_ppc.cpp460 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
745 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp340 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp221 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 DCompilerType.h153 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
H A DTypeSystem.h158 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp483 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple()
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp424 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h581 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
H A DTypeSystemClang.cpp3449 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()