Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h118 bool IsIntegerType(bool &is_signed) const;
H A DTypeSystem.h169 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function
405 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp74 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h594 bool IsIntegerType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3184 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang
3210 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
8323 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp864 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()
2052 clang_type.IsIntegerType(is_signed); in CompleteEnumType()