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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h94 bool IsFloatingPointType(uint32_t &count, bool &is_complex) const;
H A DTypeSystem.h147 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h496 bool IsFloatingPointType(lldb::opaque_compiler_type_t type, uint32_t &count,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp185 bool CompilerType::IsFloatingPointType(uint32_t &count, function in class:CompilerType
188 return m_type_system->IsFloatingPointType(m_type, count, is_complex);
H A DClangASTContext.cpp3136 bool ClangASTContext::IsFloatingPointType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
3153 if (IsFloatingPointType(CT->getElementType().getAsOpaquePtr(), count,
3161 if (IsFloatingPointType(VT->getElementType().getAsOpaquePtr(), count,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1653 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) {
1728 } else if (base_type.IsFloatingPointType(float_count, is_complex)) {
1746 if (base_type.IsFloatingPointType(float_count, is_complex)) {
1902 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp486 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
754 field_compiler_type.IsFloatingPointType(count, is_complex)) {
880 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1319 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
1558 field_compiler_type.IsFloatingPointType(count, is_complex)) {
1663 field_compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp755 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
864 } else if (return_compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp458 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
745 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp939 if (field_compiler_type.IsFloatingPointType(count, is_complex))
1046 field_compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp436 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp481 if (compiler_type.IsFloatingPointType(float_count, is_complex) &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp898 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp336 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1788 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {

Completed in 297 milliseconds