Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2136 …ctor(TIntermNode* arguments, const TType* type, TOperator op, TFunction* fnCall, const TSourceLoc … in addConstructor() argument
3595 TIntermTyped *TParseContext::addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIn… in addFunctionCallOrMethod() argument
3598 TOperator op = fnCall->getBuiltInOp(); in addFunctionCallOrMethod()
3606 if(fnCall->getName() != "length") in addFunctionCallOrMethod()
3608 error(loc, "invalid method", fnCall->getName().c_str()); in addFunctionCallOrMethod()
3648 if(!constructorErrorCheck(loc, paramNode, *fnCall, op, &type)) in addFunctionCallOrMethod()
3653 callNode = addConstructor(paramNode, &type, op, fnCall, loc); in addFunctionCallOrMethod()
3669 fnCandidate = findFunction(loc, fnCall, &builtIn); in addFunctionCallOrMethod()
3762 delete fnCall; in addFunctionCallOrMethod()
DParseHelper.h237 …TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *this…