Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.h42 bool IsIntegerType() const;
H A DMICmnLLDBDebugSessionInfoVarObj.cpp289 if (utilValue.IsIntegerType()) { in GetValueStringFormatted()
H A DMICmnLLDBUtilSBValue.cpp344 bool CMICmnLLDBUtilSBValue::IsIntegerType() const { in IsIntegerType() function in CMICmnLLDBUtilSBValue
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp155 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType
157 return m_type_system->IsIntegerType(m_type, is_signed); in IsIntegerType()
168 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
H A DClangASTContext.cpp3375 bool ClangASTContext::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in ClangASTContext
3401 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()
9007 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h114 bool IsIntegerType(bool &is_signed) const;
H A DTypeSystem.h172 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h589 bool IsIntegerType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp64 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h424 bool IsIntegerType(bool &is_signed);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1118 if (compiler_type.IsIntegerType(is_signed) || in GetObjectDescription()
1688 bool ValueObject::IsIntegerType(bool &is_signed) { in IsIntegerType() function in ValueObject
1689 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1117 enumerator_clang_type.IsIntegerType(is_signed); in ParseTypeFromDWARF()
2399 clang_type.IsIntegerType(is_signed); in CompleteTypeFromDWARF()