Searched refs:constructorErrorCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 127 bool constructorErrorCheck(const TSourceLoc &line, TIntermNode*, TFunction&, TOperator, TType*);
|
D | ParseHelper.cpp | 497 bool TParseContext::constructorErrorCheck(const TSourceLoc &line, TIntermNode* node, TFunction& fun… in constructorErrorCheck() function in TParseContext 3565 if(!constructorErrorCheck(loc, paramNode, *fnCall, op, &type)) in addFunctionCallOrMethod()
|