Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DParseContext.h94 bool arrayQualifierErrorCheck(const TSourceLoc& line, TPublicType type);
DParseContext.cpp752 bool TParseContext::arrayQualifierErrorCheck(const TSourceLoc& line, TPublicType type) in arrayQualifierErrorCheck() function in TParseContext
1259 …if (arrayTypeErrorCheck(indexLocation, publicType) || arrayQualifierErrorCheck(indexLocation, publ… in parseSingleArrayDeclaration()
1351 …if (arrayTypeErrorCheck(arrayLocation, publicType) || arrayQualifierErrorCheck(arrayLocation, publ… in parseArrayDeclarator()