Home
last modified time | relevance | path

Searched refs:constructorError (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h351 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
DParseHelper.cpp1143 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall()
2885 bool TParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function,… in constructorError() function in glslang::TParseContext
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
DhlslParseHelper.cpp5405 if (! constructorError(loc, arguments, *function, op, type)) { in handleFunctionCall()
6449 bool HlslParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& functi… in constructorError() function in glslang::HlslParseContext