Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp185 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType
188 return type_system_sp->IsIntegerType(m_type, is_signed); in IsIntegerType()
200 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
328 return IsIntegerType(is_signed); in IsInteger()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp164 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h165 bool IsIntegerType(bool &is_signed) const;
H A DTypeSystem.h185 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp77 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp348 if (!compiler_type.IsIntegerType(compiler_type_is_signed)) in CreateInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h682 bool IsIntegerType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3199 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang
3225 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
8541 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp949 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()
2184 clang_type.IsIntegerType(is_signed); in CompleteEnumType()