Searched refs:IsIntegerType (Results 1 – 9 of 9) sorted by relevance
141 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType143 return m_type_system->IsIntegerType(m_type, is_signed); in IsIntegerType()154 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
160 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
118 bool IsIntegerType(bool &is_signed) const;
168 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function405 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
75 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
586 bool IsIntegerType(lldb::opaque_compiler_type_t type,
3208 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang3234 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()8424 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
850 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()2137 clang_type.IsIntegerType(is_signed); in CompleteEnumType()