Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp742 bool TParseContext::singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &id… in singleDeclarationErrorCheck() function in TParseContext
1500 if(singleDeclarationErrorCheck(publicType, identifierOrTypeLocation)) in parseSingleDeclaration()
1525 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayDeclaration()
1566 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleInitDeclaration()
1594 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseSingleArrayInitDeclaration()
1672 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseDeclarator()
1701 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseArrayDeclarator()
1747 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseInitDeclarator()
1788 if(singleDeclarationErrorCheck(publicType, identifierLocation)) in parseArrayInitDeclarator()
DParseHelper.h141 …bool singleDeclarationErrorCheck(const TPublicType &publicType, const TSourceLoc &identifierLocati…