Home | History | Annotate | Download | only in compiler

Lines Matching defs:lValueErrorCheck

295 bool TParseContext::lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped* node)
307 return lValueErrorCheck(line, op, binaryNode->getLeft());
309 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft());
1083 if(lValueErrorCheck(node->getLine(), "assign", node))
3115 if(lValueErrorCheck(loc, getOperatorString(op), child))