Searched refs:arraySizeErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 806 bool TParseContext::arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size) in arraySizeErrorCheck() function in TParseContext 1498 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration() 1565 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayInitDeclaration() 1679 if(arraySizeErrorCheck(arrayLocation, indexExpression, size)) in parseArrayDeclarator() 1764 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseArrayInitDeclarator() 2420 if(arraySizeErrorCheck(arrayIndexLine, arrayIndex, arraySize)) in addInterfaceBlock()
|
D | glslang.y | 732 if (context->arraySizeErrorCheck(@3, $4, size)) 1073 if (context->arraySizeErrorCheck(@2, $3, size)) 1389 if (context->arraySizeErrorCheck($3->getLine(), $3, size))
|
D | ParseHelper.h | 128 bool arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size);
|
D | glslang_tab.cpp | 3253 if (context->arraySizeErrorCheck((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode), size)) in yyparse() 3820 if (context->arraySizeErrorCheck((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode), size)) in yyparse() 4405 …if (context->arraySizeErrorCheck((yyvsp[-1].interm.intermTypedNode)->getLine(), (yyvsp[-1].interm.… in yyparse()
|