Home | History | Annotate | Download | only in compiler

Lines Matching refs:lexAfterType

1549 { context->lexAfterType = true; return(FLOAT_TYPE); }
1553 { context->lexAfterType = true; return(INT_TYPE); }
1561 { context->lexAfterType = true; return(VOID_TYPE); }
1565 { context->lexAfterType = true; return(BOOL_TYPE); }
1585 { context->lexAfterType = true; return(MATRIX2); }
1589 { context->lexAfterType = true; return(MATRIX3); }
1593 { context->lexAfterType = true; return(MATRIX4); }
1633 { context->lexAfterType = true; return (VEC2); }
1637 { context->lexAfterType = true; return (VEC3); }
1641 { context->lexAfterType = true; return (VEC4); }
1645 { context->lexAfterType = true; return (IVEC2); }
1649 { context->lexAfterType = true; return (IVEC3); }
1653 { context->lexAfterType = true; return (IVEC4); }
1669 { context->lexAfterType = true; return (BVEC2); }
1673 { context->lexAfterType = true; return (BVEC3); }
1677 { context->lexAfterType = true; return (BVEC4); }
1681 { context->lexAfterType = true; return SAMPLER2D; }
1685 { context->lexAfterType = true; return SAMPLERCUBE; }
1689 { context->lexAfterType = true; return SAMPLER_EXTERNAL_OES; }
1693 { context->lexAfterType = true; return SAMPLER3D; }
1749 { context->lexAfterType = true; return(STRUCT); }
2021 { context->lexAfterType = false; return(SEMICOLON); }
2025 { context->lexAfterType = false; return(LEFT_BRACE); }
2033 { if (context->inTypeParen) context->lexAfterType = false; return(COMMA); }
2041 { context->lexAfterType = false; return(EQUAL); }
2045 { context->lexAfterType = false; context->inTypeParen = true; return(LEFT_PAREN); }
3366 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) {
3369 yyextra->lexAfterType = true;