Home
last modified time | relevance | path

Searched refs:reservedErrorCheck (Results 1 – 14 of 14) 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.h296 void reservedErrorCheck(const TSourceLoc&, const TString&);
Dglslang.y549 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
1020 parseContext.reservedErrorCheck($2.loc, *$2.string);
1038 parseContext.reservedErrorCheck($2.loc, *$2.string);
DParseHelper.cpp2796 void TParseContext::reservedErrorCheck(const TSourceLoc& loc, const TString& identifier) in reservedErrorCheck() function in glslang::TParseContext
6729 reservedErrorCheck(loc, identifier); in declareVariable()
7676 reservedErrorCheck(loc, *blockName); in declareBlock()
7678 reservedErrorCheck(loc, *instanceName); in declareBlock()
7680 reservedErrorCheck(typeList[member].loc, typeList[member].type->getFieldName()); in declareBlock()
Dglslang.m4549 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
1020 parseContext.reservedErrorCheck($2.loc, *$2.string);
1038 parseContext.reservedErrorCheck($2.loc, *$2.string);
Dglslang_tab.cpp4983 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); in yyparse()
5762 parseContext.reservedErrorCheck((yyvsp[0].lex).loc, *(yyvsp[0].lex).string); in yyparse()
5785 parseContext.reservedErrorCheck((yyvsp[-1].lex).loc, *(yyvsp[-1].lex).string); in yyparse()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h318 void reservedErrorCheck(const TSourceLoc&, const TString&);
Dglslang.y570 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
1074 parseContext.reservedErrorCheck($2.loc, *$2.string);
1092 parseContext.reservedErrorCheck($2.loc, *$2.string);
DParseHelper.cpp3008 void TParseContext::reservedErrorCheck(const TSourceLoc& loc, const TString& identifier) in reservedErrorCheck() function in glslang::TParseContext
7170 reservedErrorCheck(loc, identifier); in declareVariable()
8131 reservedErrorCheck(loc, *blockName); in declareBlock()
8133 reservedErrorCheck(loc, *instanceName); in declareBlock()
8135 reservedErrorCheck(typeList[member].loc, typeList[member].type->getFieldName()); in declareBlock()
Dglslang.m4570 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
1074 parseContext.reservedErrorCheck($2.loc, *$2.string);
1092 parseContext.reservedErrorCheck($2.loc, *$2.string);
Dglslang_tab.cpp5486 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); in yyparse()
6321 parseContext.reservedErrorCheck((yyvsp[0].lex).loc, *(yyvsp[0].lex).string); in yyparse()
6344 parseContext.reservedErrorCheck((yyvsp[-1].lex).loc, *(yyvsp[-1].lex).string); in yyparse()