Home
last modified time | relevance | path

Searched refs:reservedErrorCheck (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dglslang.y379 if (context->reservedErrorCheck(@1, *$1.string))
386 if (context->reservedErrorCheck(@1, *$1.string))
717 if (context->reservedErrorCheck(@2, *$2.string))
727 if (context->reservedErrorCheck(@2, *$2.string))
1367 if (context->reservedErrorCheck(@1, *$1.string))
1374 if (context->reservedErrorCheck(@1, *$1.string))
Dglslang_tab.cpp2612 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
2624 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
3231 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
3246 if (context->reservedErrorCheck((yylsp[-3]), *(yyvsp[-3].lex).string)) in yyparse()
4371 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
4383 if (context->reservedErrorCheck((yylsp[-3]), *(yyvsp[-3].lex).string)) in yyparse()
DParseHelper.h117 bool reservedErrorCheck(const TSourceLoc &line, const TString& identifier);
DParseHelper.cpp513 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) in reservedErrorCheck() function in TParseContext
1065 if(reservedErrorCheck(line, identifier)) in declareVariable()
2370 if(reservedErrorCheck(nameLine, blockName)) in addInterfaceBlock()
3052 if(reservedErrorCheck(nameLine, *structName)) in addStructure()