Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h634 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
DParseContext.cpp6884 return addNonConstructorFunctionCall(fnCall, loc); in addFunctionCallOrMethod()
6922 TIntermTyped *TParseContext::addNonConstructorFunctionCall(TFunctionLookup *fnCall, in addNonConstructorFunctionCall() function in sh::TParseContext