Lines Matching refs:shallowCopy
1519 type.shallowCopy(newType); in fixBuiltInIoType()
2216 newType->shallowCopy(*member->type); in remapEntryPointIO()
2283 outputType.shallowCopy(function.getType()); in remapEntryPointIO()
2353 param.type->shallowCopy(newArg->getType()); in handleFunctionArgument()
3138 texType.shallowCopy(argTex->getType()); in handleSamplerTextureCombine()
3194 type.shallowCopy(blockType); in counterBufferType()
6287 type.shallowCopy(function.getType()); in constructorError()
6799 type.shallowCopy(*structBufferTypes[idx]); in shareStructBufferType()
6806 typeCopy->shallowCopy(type); in shareStructBufferType()
7526 … param.type->shallowCopy(args->getAsAggregate()->getSequence()[arg]->getAsTyped()->getType()); in findFunction()
7532 param.type->shallowCopy(args->getAsUnaryNode()->getOperand()->getAsTyped()->getType()); in findFunction()
7537 param.type->shallowCopy(args->getAsTyped()->getType()); in findFunction()
7632 ioMember.type->shallowCopy(*member->type); in declareStruct()
7639 m.type->shallowCopy(*member->type); in declareStruct()
7689 type.shallowCopy(symbol->getType()); in lookupUserType()
7873 skeletalType.shallowCopy(variable->getType()); in executeInitializer()
7983 arrayType.shallowCopy(type); // sharing struct stuff is fine in convertInitializerList()
8171 elementType.shallowCopy(dereferenced); in addConstructor()
8173 elementType.shallowCopy(type); in addConstructor()
9489 retType.shallowCopy(resultType); in getTextureReturnType()
9493 retType.shallowCopy(resultType); in getTextureReturnType()
9834 outType.shallowCopy(*retType); in addPatchConstantInvocation()