Home | History | Annotate | Download | only in compiler

Lines Matching refs:EbtVoid

450             TType type(EbtVoid, EbpUndefined);  // use this to get the type back
659 TType type(EbtVoid, EbpUndefined);
666 TType type(EbtVoid, EbpUndefined);
1040 if ($2.param.type->getBasicType() != EbtVoid)
1050 if ($3.param.type->getBasicType() == EbtVoid) {
1086 if ($1.type == EbtVoid) {
1460 $$.setBasic(EbtVoid, EvqConst, $1.line);
1466 $$.setBasic(EbtVoid, EvqAttribute, $1.line);
1472 $$.setBasic(EbtVoid, EvqVaryingOut, $1.line);
1474 $$.setBasic(EbtVoid, EvqVaryingIn, $1.line);
1480 $$.setBasic(EbtVoid, EvqInvariantVaryingOut, $1.line);
1482 $$.setBasic(EbtVoid, EvqInvariantVaryingIn, $1.line);
1487 $$.setBasic(EbtVoid, EvqUniform, $1.line);
1534 $$.setBasic(EbtVoid, qual, $1.line);
1728 $$.type = new TType(EbtVoid, EbpUndefined);
1736 $$.type = new TType(EbtVoid, EbpUndefined);
1920 if (context->currentFunctionType->getBasicType() != EbtVoid) {
1928 if (context->currentFunctionType->getBasicType() == EbtVoid) {
1990 if (function->getReturnType().getBasicType() != EbtVoid) {
2049 if (context->currentFunctionType->getBasicType() != EbtVoid && ! context->functionReturnsValue) {