Searched refs:reservedErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 379 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))
|
D | glslang_tab.cpp | 2612 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()
|
D | ParseHelper.h | 117 bool reservedErrorCheck(const TSourceLoc &line, const TString& identifier);
|
D | ParseHelper.cpp | 513 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()
|