Home | History | Annotate | Download | only in compiler

Lines Matching refs:ATTRIBUTE

161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
894 : ATTRIBUTE {
895 VERTEX_ONLY("attribute", @1);
896 ES2_ONLY("attribute", @1);
897 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "attribute"))