Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.cpp652 bool TParseContext::checkCanBeLValue(const TSourceLoc &line, const char *op, TIntermTyped *node) in checkCanBeLValue() function in sh::TParseContext
657 bool ok = checkCanBeLValue(line, op, swizzleNode->getOperand()); in checkCanBeLValue()
680 return checkCanBeLValue(line, op, binaryNode->getLeft()); in checkCanBeLValue()
2476 if (!checkCanBeLValue(argument->getLine(), "assign", argument)) in functionCallRValueLValueErrorCheck()
6791 checkCanBeLValue(loc, GetOperatorString(op), child); in addUnaryMathLValue()
7218 checkCanBeLValue(loc, "assign", left); in addAssign()
H A DParseContext.h143 bool checkCanBeLValue(const TSourceLoc &line, const char *op, TIntermTyped *node);