Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h361 void userFunctionCallCheck(const TSourceLoc&, TIntermAggregate&);
DParseHelper.cpp1462 userFunctionCallCheck(loc, *call); in handleFunctionCall()
2929 void TParseContext::userFunctionCallCheck(const TSourceLoc& loc, TIntermAggregate& callNode) in userFunctionCallCheck() function in glslang::TParseContext