Searched refs:IsIntegerType (Results 1 – 13 of 13) sorted by relevance
42 bool IsIntegerType() const;
289 if (utilValue.IsIntegerType()) { in GetValueStringFormatted()
344 bool CMICmnLLDBUtilSBValue::IsIntegerType() const { in IsIntegerType() function in CMICmnLLDBUtilSBValue
155 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType157 return m_type_system->IsIntegerType(m_type, is_signed); in IsIntegerType()168 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
3375 bool ClangASTContext::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in ClangASTContext3401 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()9007 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
114 bool IsIntegerType(bool &is_signed) const;
172 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
589 bool IsIntegerType(lldb::opaque_compiler_type_t type,
64 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
424 bool IsIntegerType(bool &is_signed);
1118 if (compiler_type.IsIntegerType(is_signed) || in GetObjectDescription()1688 bool ValueObject::IsIntegerType(bool &is_signed) { in IsIntegerType() function in ValueObject1689 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
1117 enumerator_clang_type.IsIntegerType(is_signed); in ParseTypeFromDWARF()2399 clang_type.IsIntegerType(is_signed); in CompleteTypeFromDWARF()