Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h135 bool locationDeclaratorListCheck(const TSourceLoc &line, const TPublicType &pType);
DParseHelper.cpp764 bool TParseContext::locationDeclaratorListCheck(const TSourceLoc& line, const TPublicType &pType) in locationDeclaratorListCheck() function in TParseContext
1636 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseDeclarator()
1665 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayDeclarator()
1711 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseInitDeclarator()
1752 if(locationDeclaratorListCheck(identifierLocation, publicType)) in parseArrayInitDeclarator()