Searched refs:arrayTypeErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 910 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()
|
D | ParseHelper.h | 129 bool arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type);
|
D | glslang.y | 724 if (context->arrayTypeErrorCheck(@3, $1)) 1068 if (context->arrayTypeErrorCheck(@2, $1))
|
D | glslang_tab.cpp | 3243 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-4].interm.type))) in yyparse() 3813 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-3].interm.type))) in yyparse()
|