Home
last modified time | relevance | path

Searched refs:arraySizeErrorCheck (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp806 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()
Dglslang.y732 if (context->arraySizeErrorCheck(@3, $4, size))
1073 if (context->arraySizeErrorCheck(@2, $3, size))
1389 if (context->arraySizeErrorCheck($3->getLine(), $3, size))
DParseHelper.h128 bool arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size);
Dglslang_tab.cpp3253 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()