Searched refs:singleDeclarationErrorCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 702 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck() function in TParseContext 1459 if(singleDeclarationErrorCheck(publicType, identifierOrTypeLocation)) in parseSingleDeclaration() 1484 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayDeclaration() 1525 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleInitDeclaration() 1553 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayInitDeclaration() 1631 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseDeclarator() 1660 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseArrayDeclarator() 1706 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseInitDeclarator() 1747 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseArrayInitDeclarator()
|
D | ParseHelper.h | 142 …bool singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocati…
|