Searched refs:arrayErrorCheck (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| D | ParseContext.h | 96 …bool arrayErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType &type, T…
|
| D | ParseContext.cpp | 788 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()
|