Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h122 bool lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped*);
DParseHelper.cpp343 bool TParseContext::lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped* node) in lValueErrorCheck() function in TParseContext
356 return lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
358 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
1131 if(lValueErrorCheck(node->getLine(), "assign", node)) in functionCallLValueErrorCheck()
3194 if(lValueErrorCheck(loc, getOperatorString(op), child)) in addUnaryMathLValue()
Dglslang.y544 if (context->lValueErrorCheck(@2, "assign", $1))
Dglslang_tab.cpp2945 if (context->lValueErrorCheck((yylsp[-1]), "assign", (yyvsp[-2].interm.intermTypedNode))) in yyparse()