Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h130 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
DParseHelper.cpp643 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicT… in voidErrorCheck() function in TParseContext
1077 if(voidErrorCheck(line, identifier, type.getBasicType())) in declareVariable()
2999 if(voidErrorCheck(typeSpecifier.line, (*fieldList)[0]->name(), typeSpecifier.type)) in addStructDeclaratorList()