Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h221 bool structNestingErrorCheck(const TSourceLoc &line, const TField &field);
DParseHelper.cpp3030 if(structNestingErrorCheck(typeSpecifier.line, *(*fieldList)[i])) in addStructDeclaratorList()
3109 bool TParseContext::structNestingErrorCheck(const TSourceLoc &line, const TField &field) in structNestingErrorCheck() function in TParseContext