Home
last modified time | relevance | path

Searched refs:IsIntegerType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp141 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType
143 return m_type_system->IsIntegerType(m_type, is_signed); in IsIntegerType()
154 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h118 bool IsIntegerType(bool &is_signed) const;
H A DTypeSystem.h168 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function
405 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp75 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h586 bool IsIntegerType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3208 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang
3234 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
8424 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp850 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()
2137 clang_type.IsIntegerType(is_signed); in CompleteEnumType()