Searched refs:arrayTypeErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 870 bool TParseContext::arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type) in arrayTypeErrorCheck() function in TParseContext 1490 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseSingleArrayDeclaration() 1556 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseSingleArrayInitDeclaration() 1671 …if(arrayTypeErrorCheck(arrayLocation, publicType) || arrayQualifierErrorCheck(arrayLocation, publi… in parseArrayDeclarator() 1755 …if(arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publi… in parseArrayInitDeclarator() 2950 if(arrayTypeErrorCheck(typeSpecifier.line, typeSpecifier)) in addStructDeclaratorList()
|
D | ParseHelper.h | 130 bool arrayTypeErrorCheck(const TSourceLoc &line, TPublicType type);
|
D | glslang.y | 725 if (context->arrayTypeErrorCheck(@3, $1)) 1069 if (context->arrayTypeErrorCheck(@2, $1))
|
D | glslang_tab.cpp | 3246 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-4].interm.type))) in yyparse() 3816 if (context->arrayTypeErrorCheck((yylsp[-2]), (yyvsp[-3].interm.type))) in yyparse()
|