Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dglslang.y380 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))
Dglslang_tab.cpp2615 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()
DParseHelper.h118 bool reservedErrorCheck(const TSourceLoc &line, const TString& identifier);
DParseHelper.cpp473 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/
DParseHelper.h286 void reservedErrorCheck(const TSourceLoc&, const TString&);
Dglslang.y466 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
934 parseContext.reservedErrorCheck($2.loc, *$2.string);
952 parseContext.reservedErrorCheck($2.loc, *$2.string);
DParseHelper.cpp2502 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()
Dglslang_tab.cpp4436 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()