Searched refs:IsIntegerType (Results 1 – 9 of 9) sorted by relevance
187 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType190 return type_system_sp->IsIntegerType(m_type, is_signed); in IsIntegerType()202 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()330 return IsIntegerType(is_signed); in IsInteger()
164 element_type.IsIntegerType(is_signed); in GetItemFormatForFormat()
404 bool IsIntegerType(bool &is_signed) { in IsIntegerType() function405 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType()
166 bool IsIntegerType(bool &is_signed) const;
185 virtual bool IsIntegerType(lldb::opaque_compiler_type_t type,
77 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
349 if (!compiler_type.IsIntegerType(compiler_type_is_signed)) in CreateInteger()
682 bool IsIntegerType(lldb::opaque_compiler_type_t type,
3242 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang3268 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()