Lines Matching refs:callNode
6889 TIntermAggregate *callNode = in addNonConstructorFunctionCall() local
6891 callNode->setLine(loc); in addNonConstructorFunctionCall()
6892 checkImageMemoryAccessForUserDefinedFunctions(fnCandidate, callNode); in addNonConstructorFunctionCall()
6893 functionCallRValueLValueErrorCheck(fnCandidate, callNode); in addNonConstructorFunctionCall()
6894 return callNode; in addNonConstructorFunctionCall()
6924 TIntermTyped *callNode = in addNonConstructorFunctionCall() local
6926 ASSERT(callNode != nullptr); in addNonConstructorFunctionCall()
6927 return callNode; in addNonConstructorFunctionCall()
6930 TIntermAggregate *callNode = in addNonConstructorFunctionCall() local
6932 callNode->setLine(loc); in addNonConstructorFunctionCall()
6934 checkAtomicMemoryBuiltinFunctions(callNode); in addNonConstructorFunctionCall()
6935 checkTextureOffset(callNode); in addNonConstructorFunctionCall()
6936 checkTextureGather(callNode); in addNonConstructorFunctionCall()
6937 checkInterpolationFS(callNode); in addNonConstructorFunctionCall()
6938 checkImageMemoryAccessForBuiltinFunctions(callNode); in addNonConstructorFunctionCall()
6941 functionCallRValueLValueErrorCheck(fnCandidate, callNode); in addNonConstructorFunctionCall()
6945 return callNode->fold(mDiagnostics); in addNonConstructorFunctionCall()