Searched refs:getElementType (Results 1 – 7 of 7) sorted by relevance
60 … return this->isCompatibleElementType(static_cast<TemplatedType *>(elementType)->getElementType()); in isCompatibleElementType()63 … return this->isCompatibleElementType(static_cast<ArrayType *>(elementType)->getElementType()); in isCompatibleElementType()
38 Type *getElementType() const;
62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType()66 Type *inner = static_cast<ArrayType *>(elementType)->getElementType(); in isCompatibleElementType()
270 Type *getElementType() const;
486 Type *TemplatedType::getElementType() const { in getElementType() function in android::TemplatedType
61 Type *ArrayType::getElementType() const { in getElementType() function in android::ArrayType
315 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()