Searched refs:objectTy (Results 1 – 4 of 4) sorted by relevance
125 auto &objectTy = getType(object); in EmitVariable() local127 switch(objectTy.storageClass) in EmitVariable()133 ASSERT(objectTy.opcode() == spv::OpTypePointer); in EmitVariable()135 auto elementTy = getType(objectTy.element); in EmitVariable()142 ASSERT(objectTy.opcode() == spv::OpTypePointer); in EmitVariable()160 ASSERT(objectTy.opcode() == spv::OpTypePointer); in EmitVariable()162 auto elementTy = getType(objectTy.element); in EmitVariable()205 UNREACHABLE("Storage class %d", objectTy.storageClass); in EmitVariable()217 switch(objectTy.storageClass) in EmitVariable()223 bool interleavedByLane = IsStorageInterleavedByLane(objectTy.storageClass); in EmitVariable()[all …]
333 auto &objectTy = getType(object); local334 for(auto i = 0u; i < objectTy.componentCount; i++)832 auto &objectTy = getType(typeId); in CreateConstant() local835 object.constantValue.resize(objectTy.componentCount); in CreateConstant()842 auto &objectTy = getType(object); in ProcessInterfaceVariable() local843 …ASSERT(objectTy.storageClass == spv::StorageClassInput || objectTy.storageClass == spv::StorageCla… in ProcessInterfaceVariable()845 ASSERT(objectTy.opcode() == spv::OpTypePointer); in ProcessInterfaceVariable()846 auto pointeeTy = getType(objectTy.element); in ProcessInterfaceVariable()848 …auto &builtinInterface = (objectTy.storageClass == spv::StorageClassInput) ? inputBuiltins : outpu… in ProcessInterfaceVariable()849 auto &userDefinedInterface = (objectTy.storageClass == spv::StorageClassInput) ? inputs : outputs; in ProcessInterfaceVariable()[all …]
5649 QualType objectTy; in isAccessible() local5652 objectTy = S.Context.getTypeDeclType(MD->getParent()); in isAccessible()5657 objectTy = S.Context.getTypeDeclType(target->getParent()); in isAccessible()5660 return S.isSpecialMemberAccessibleForDeletion(target, access, objectTy); in isAccessible()
8770 QualType objectTy; in isAccessible() local8773 objectTy = S.Context.getTypeDeclType(MD->getParent()); in isAccessible()8778 objectTy = S.Context.getTypeDeclType(target->getParent()); in isAccessible()8782 target->getParent(), DeclAccessPair::make(target, access), objectTy); in isAccessible()