Lines Matching refs:EbtVoid
296 storeOp->setType(TType(EbtVoid)); in handleLvalue()
702 variable = new TVariable(string, TType(EbtVoid)); in handleVariable()
1665 currentFunctionType = new TType(EbtVoid); in handleFunctionDefinition()
1730 intermediate.setAggregateOperator(paramNodes, EOpParameters, TType(EbtVoid), loc); in handleFunctionDefinition()
2059 TType voidType(EbtVoid); in transformEntryPoint()
2182 if (function.getType().getBasicType() != EbtVoid && ! functionReturnsValue) in handleFunctionBody()
2273 if (function.getType().getBasicType() == EbtVoid) { in remapEntryPointIO()
2317 if (function.getType().getBasicType() != EbtVoid) in remapNonEntryPointIO()
2333 if (currentFunctionType->getBasicType() == EbtVoid) { in handleReturnValue()
4047 compoundStatement->setType(TType(EbtVoid)); in decomposeSampleMethods()
4539 emit->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4549 sequence->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4567 cut->setType(TType(EbtVoid)); in decomposeGeometryMethods()
4715 compoundStatement->setType(TType(EbtVoid)); in decomposeIntrinsic()
5260 TType type(EbtVoid); // use this to get the type back in handleFunctionCall()
5714 if (intermNode.getBasicType() != EbtVoid) { in addOutputArgumentConversions()
6226 if (symbol->getType().getBasicType() == EbtVoid) { in variableCheck()
6491 if (basicType == EbtVoid) { in voidErrorCheck()
9773 if (entryPointFunction->getType().getBasicType() == EbtVoid) { in addPatchConstantInvocation()
9788 TFunction callee(&origName, TType(EbtVoid)); in addPatchConstantInvocation()
9831 if (pcfCall->getBasicType() != EbtVoid) { in addPatchConstantInvocation()
9876 barrier->setType(TType(EbtVoid)); in addPatchConstantInvocation()
9885 intermediate.setAggregateOperator(pcfCallSequence, EOpSequence, TType(EbtVoid), loc); in addPatchConstantInvocation()