Searched refs:IsIntegerType (Results 1 – 10 of 10) sorted by relevance
185 bool CompilerType::IsIntegerType(bool &is_signed) const { in IsIntegerType() function in CompilerType188 return type_system_sp->IsIntegerType(m_type, is_signed); in IsIntegerType()200 return IsIntegerType(is_signed) || IsEnumerationType(is_signed); in IsIntegerOrEnumerationType()328 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()
165 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()
348 if (!compiler_type.IsIntegerType(compiler_type_is_signed)) in CreateInteger()
682 bool IsIntegerType(lldb::opaque_compiler_type_t type,
3199 bool TypeSystemClang::IsIntegerType(lldb::opaque_compiler_type_t type, in IsIntegerType() function in TypeSystemClang3225 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType()8541 underlying_type.IsIntegerType(is_signed); in AddEnumerationValueToEnumerationType()
949 enumerator_clang_type.IsIntegerType(is_signed); in ParseEnum()2184 clang_type.IsIntegerType(is_signed); in CompleteEnumType()