Searched refs:IsHomogeneousAggregate (Results 1 – 9 of 9) sorted by relevance
102 uint32_t IsHomogeneousAggregate(CompilerType *base_type_ptr) const;
421 virtual uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
575 uint32_t IsHomogeneousAggregate(lldb::opaque_compiler_type_t type,
123 CompilerType::IsHomogeneousAggregate(CompilerType *base_type_ptr) const { in IsHomogeneousAggregate() function in CompilerType125 return m_type_system->IsHomogeneousAggregate(m_type, base_type_ptr); in IsHomogeneousAggregate()
3151 ClangASTContext::IsHomogeneousAggregate(lldb::opaque_compiler_type_t type, in IsHomogeneousAggregate() function in ClangASTContext3227 return IsHomogeneousAggregate(llvm::cast<clang::TypedefType>(qual_type) in IsHomogeneousAggregate()3234 return IsHomogeneousAggregate(llvm::cast<clang::AutoType>(qual_type) in IsHomogeneousAggregate()3240 return IsHomogeneousAggregate(llvm::cast<clang::ElaboratedType>(qual_type) in IsHomogeneousAggregate()
788 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject()
1717 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl()
2101 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()
2125 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters()