Searched refs:arrayQualifierErrorCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 129 bool arrayQualifierErrorCheck(const TSourceLoc &line, TPublicType type);
|
D | ParseHelper.cpp | 855 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()
|