Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1958 …TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShad… in parseFunctionPrototype() local
1964 if(prevDec->isDefined()) in parseFunctionPrototype()
1970 prevDec->setDefined(); in parseFunctionPrototype()
1976 function->setUniqueId(prevDec->getUniqueId()); in parseFunctionPrototype()
1996 mCurrentFunctionType = &(prevDec->getReturnType()); in parseFunctionPrototype()
2055 …TFunction *prevDec = static_cast<TFunction *>(symbolTable.find(function->getMangledName(), getShad… in parseFunctionDeclarator() local
2062 else if(prevDec) in parseFunctionDeclarator()
2064 if(prevDec->getReturnType() != function->getReturnType()) in parseFunctionDeclarator()
2070 for(size_t i = 0; i < prevDec->getParamCount(); ++i) in parseFunctionDeclarator()
2072 if(prevDec->getParam(i).type->getQualifier() != function->getParam(i).type->getQualifier()) in parseFunctionDeclarator()