Searched refs:ptrType (Results 1 – 4 of 4) sorted by relevance
180 Type *ptrType = ptr->getType(); in checkType() local181 return dyn_cast<PointerType>(ptrType)->getAddressSpace() == addrspace; in checkType()
3321 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local3327 type = ptrType->getPointeeType(); in classifyPointerDeclarator()5918 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local5919 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()5939 if (ptrType) { in checkObjCKindOfType()
3926 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local3927 type = ptrType->getPointeeType(); in isValidSwiftIndirectResultType()3938 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftErrorResultType() local3939 type = ptrType->getPointeeType(); in isValidSwiftErrorResultType()
2538 SpvId ptrType = this->nextId(); in writeInterfaceBlock() local2539 this->writeInstruction(SpvOpTypePointer, ptrType, storageClass, typeId, fConstantBuffer); in writeInterfaceBlock()2540 this->writeInstruction(SpvOpVariable, ptrType, result, storageClass, fConstantBuffer); in writeInterfaceBlock()