Searched refs:reservedErrorCheck (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 380 if (context->reservedErrorCheck(@1, *$1.string)) 387 if (context->reservedErrorCheck(@1, *$1.string)) 718 if (context->reservedErrorCheck(@2, *$2.string)) 728 if (context->reservedErrorCheck(@2, *$2.string)) 1377 if (context->reservedErrorCheck(@1, *$1.string)) 1384 if (context->reservedErrorCheck(@1, *$1.string))
|
D | glslang_tab.cpp | 2615 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse() 2627 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse() 3234 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse() 3249 if (context->reservedErrorCheck((yylsp[-3]), *(yyvsp[-3].lex).string)) in yyparse() 4388 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse() 4400 if (context->reservedErrorCheck((yylsp[-3]), *(yyvsp[-3].lex).string)) in yyparse()
|
D | ParseHelper.h | 118 bool reservedErrorCheck(const TSourceLoc &line, const TString& identifier);
|
D | ParseHelper.cpp | 473 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) in reservedErrorCheck() function in TParseContext 1025 if(reservedErrorCheck(line, identifier)) in declareVariable() 2337 if(reservedErrorCheck(nameLine, blockName)) in addInterfaceBlock() 2451 if(reservedErrorCheck(nameLine, *instanceName)) in addInterfaceBlock() 2982 if(reservedErrorCheck(nameLine, *structName)) in addStructure()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 286 void reservedErrorCheck(const TSourceLoc&, const TString&);
|
D | glslang.y | 466 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); 934 parseContext.reservedErrorCheck($2.loc, *$2.string); 952 parseContext.reservedErrorCheck($2.loc, *$2.string);
|
D | ParseHelper.cpp | 2502 void TParseContext::reservedErrorCheck(const TSourceLoc& loc, const TString& identifier) in reservedErrorCheck() function in glslang::TParseContext 6178 reservedErrorCheck(loc, identifier); in declareVariable() 6862 reservedErrorCheck(loc, *blockName); in declareBlock() 6864 reservedErrorCheck(loc, *instanceName); in declareBlock() 6866 reservedErrorCheck(typeList[member].loc, typeList[member].type->getFieldName()); in declareBlock()
|
D | glslang_tab.cpp | 4436 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); in yyparse() 5214 parseContext.reservedErrorCheck((yyvsp[0].lex).loc, *(yyvsp[0].lex).string); in yyparse() 5237 parseContext.reservedErrorCheck((yyvsp[-1].lex).loc, *(yyvsp[-1].lex).string); in yyparse()
|