Home
last modified time | relevance | path

Searched refs:arrayQualifierErrorCheck (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h128 bool arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type);
DParseHelper.cpp895 bool TParseContext::arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type) in arrayQualifierErrorCheck() 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()