Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h134 bool locationDeclaratorListCheck(const TSourceLoc &line, const TPublicType &pType);
DParseHelper.cpp804 bool TParseContext::locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) in locationDeclaratorListCheck() function in TParseContext
1677 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseDeclarator()
1706 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayDeclarator()
1752 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseInitDeclarator()
1793 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayInitDeclarator()