Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp910 bool TParseContext::arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type) in arrayTypeErrorCheck() function in TParseContext
1531 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseSingleArrayDeclaration()
1597 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseSingleArrayInitDeclaration()
1712 …if(arrayTypeErrorCheck(arrayLocation, publicType) || arrayQualifierErrorCheck(arrayLocation, publi… in parseArrayDeclarator()
1796 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseArrayInitDeclarator()
3020 if(arrayTypeErrorCheck(typeSpecifier.line, typeSpecifier)) in addStructDeclaratorList()
DParseHelper.h129 bool arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type);
Dglslang.y724 if (context->arrayTypeErrorCheck(@3, $1))
1068 if (context->arrayTypeErrorCheck(@2, $1))
Dglslang_tab.cpp3243 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-4].interm.type))) in yyparse()
3813 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-3].interm.type))) in yyparse()