Home
last modified time | relevance | path

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

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