Searched refs:IsIntegerType (Results 1 – 9 of 9) sorted by relevance
165 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType168 return type_system_sp->IsIntegerType(m_type, is_signed); in IsIntegerType()180 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()
163 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function405 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
170 bool IsIntegerType(bool &is_signed) const;
175 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
75 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
600 bool IsIntegerType(lldb::opaque_compiler_type_t type,
3244 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang3270 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()8501 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
846 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()2206 clang_type.IsIntegerType(is_signed); in CompleteEnumType()