Lines Matching refs:EbtVoid
536 TFunction *function = new TFunction(&symbol->getName(), TType(EbtVoid));
545 $$.function = new TFunction(empty, TType(EbtVoid), EOpNull);
949 if ($2.param.type->getBasicType() != EbtVoid)
959 if ($3.param.type->getBasicType() == EbtVoid) {
1003 if ($1.basicType == EbtVoid) {
1301 if ($$.basicType == EbtVoid)
1664 $$.basicType = EbtVoid;
3423 $$.type = new TType(EbtVoid);
3430 $$.type = new TType(EbtVoid);
3796 if (parseContext.currentFunctionType->getBasicType() != EbtVoid)
3848 …if (parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsV…