Searched refs:constructorErrorCheck (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/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()
|