/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 | 296 void reservedErrorCheck(const TSourceLoc&, const TString&);
|
D | glslang.y | 549 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); 1020 parseContext.reservedErrorCheck($2.loc, *$2.string); 1038 parseContext.reservedErrorCheck($2.loc, *$2.string);
|
D | ParseHelper.cpp | 2796 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()
|
D | glslang.m4 | 549 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); 1020 parseContext.reservedErrorCheck($2.loc, *$2.string); 1038 parseContext.reservedErrorCheck($2.loc, *$2.string);
|
D | glslang_tab.cpp | 4983 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/ |
D | ParseHelper.h | 318 void reservedErrorCheck(const TSourceLoc&, const TString&);
|
D | glslang.y | 570 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); 1074 parseContext.reservedErrorCheck($2.loc, *$2.string); 1092 parseContext.reservedErrorCheck($2.loc, *$2.string);
|
D | ParseHelper.cpp | 3008 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()
|
D | glslang.m4 | 570 parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName()); 1074 parseContext.reservedErrorCheck($2.loc, *$2.string); 1092 parseContext.reservedErrorCheck($2.loc, *$2.string);
|
D | glslang_tab.cpp | 5486 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()
|