Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp847 bool TParseContext::arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size) in arraySizeErrorCheck() function in TParseContext
1539 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration()
1606 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayInitDeclaration()
1720 if(arraySizeErrorCheck(arrayLocation, indexExpression, size)) in parseArrayDeclarator()
1805 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseArrayInitDeclarator()
2452 if(arraySizeErrorCheck(arrayIndexLine, arrayIndex, arraySize)) in addInterfaceBlock()
Dglslang.y731 if (context->arraySizeErrorCheck(@3, $4, size))
1072 if (context->arraySizeErrorCheck(@2, $3, size))
1379 if (context->arraySizeErrorCheck($3->getLine(), $3, size))
DParseHelper.h127 bool arraySizeErrorCheck(const TSourceLoc &line, TIntermTyped* expr, int& size);
Dglslang_tab.cpp3250 if (context->arraySizeErrorCheck((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode), size)) in yyparse()
3817 if (context->arraySizeErrorCheck((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode), size)) in yyparse()
4388 …if (context->arraySizeErrorCheck((yyvsp[-1].interm.intermTypedNode)->getLine(), (yyvsp[-1].interm.… in yyparse()