Home
last modified time | relevance | path

Searched defs:fnCandidate (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp1155 const TFunction* fnCandidate; in handleFunctionCall() local
1698 void TParseContext::memorySemanticsCheck(const TSourceLoc& loc, const TFunction& fnCandidate, const… in memorySemanticsCheck()
1872 void TParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermOper… in builtInOpCheck()
2353 void TParseContext::nonOpBuiltInCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermA… in nonOpBuiltInCheck()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp1731 void TParseContext::functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, in functionCallRValueLValueErrorCheck()
5932 const TFunction *fnCandidate = static_cast<const TFunction *>(symbol); in addNonConstructorFunctionCall() local
5954 const TFunction *fnCandidate = static_cast<const TFunction *>(symbol); in addNonConstructorFunctionCall() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp2044 void TParseContext::functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, in functionCallRValueLValueErrorCheck()
6949 const TFunction *fnCandidate = static_cast<const TFunction *>(symbol); in addNonConstructorFunctionCall() local
6971 const TFunction *fnCandidate = static_cast<const TFunction *>(symbol); in addNonConstructorFunctionCall() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1083 bool TParseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *ag… in functionCallLValueErrorCheck()
3584 const TFunction *fnCandidate; in addFunctionCallOrMethod() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5419 const TFunction* fnCandidate = nullptr; in handleFunctionCall() local
5951 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermO… in builtInOpCheck()