Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DParseContext.h96 …bool arrayErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType &type, T…
DParseContext.cpp788 bool TParseContext::arrayErrorCheck(const TSourceLoc& line, const TString& identifier, const TPubli… in arrayErrorCheck() function in TParseContext
1280 if (arrayErrorCheck(identifierLocation, identifier, arrayType, variable)) in parseSingleArrayDeclaration()
1363 if (arrayErrorCheck(arrayLocation, identifier, arrayType, variable)) in parseArrayDeclarator()
1375 if (arrayErrorCheck(arrayLocation, identifier, arrayType, variable)) in parseArrayDeclarator()