Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp122 bool TParseContextBase::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() function in glslang::TParseContextBase
133 return lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()
DParseHelper.h164 virtual bool lValueErrorCheck(const TSourceLoc&, const char* op, TIntermTyped*);
333 bool lValueErrorCheck(const TSourceLoc&, const char* op, TIntermTyped*) override;
Dglslang.y371 parseContext.lValueErrorCheck($2.loc, "++", $1);
376 parseContext.lValueErrorCheck($2.loc, "--", $1);
494 parseContext.lValueErrorCheck($1.loc, "++", $2);
498 parseContext.lValueErrorCheck($1.loc, "--", $2);
706 parseContext.lValueErrorCheck($2.loc, "assign", $1);
Dglslang_tab.cpp4302 parseContext.lValueErrorCheck((yyvsp[0].lex).loc, "++", (yyvsp[-1].interm.intermTypedNode)); in yyparse()
4312 parseContext.lValueErrorCheck((yyvsp[0].lex).loc, "--", (yyvsp[-1].interm.intermTypedNode)); in yyparse()
4476 parseContext.lValueErrorCheck((yyvsp[-1].lex).loc, "++", (yyvsp[0].interm.intermTypedNode)); in yyparse()
4485 parseContext.lValueErrorCheck((yyvsp[-1].lex).loc, "--", (yyvsp[0].interm.intermTypedNode)); in yyparse()
4849 …parseContext.lValueErrorCheck((yyvsp[-1].interm).loc, "assign", (yyvsp[-2].interm.intermTypedNode)… in yyparse()
DParseHelper.cpp1092 if (lValueErrorCheck(arguments->getLoc(), "assign", arg->getAsTyped())) in handleFunctionCall()
2340 bool TParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() function in glslang::TParseContext
2368 errorReturn = lValueErrorCheck(loc, op, binaryNode->getLeft()); in lValueErrorCheck()
2403 if (TParseContextBase::lValueErrorCheck(loc, op, node)) in lValueErrorCheck()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h123 bool lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped*);
DParseHelper.cpp303 bool TParseContext::lValueErrorCheck(const TSourceLoc &line, const char* op, TIntermTyped* node) in lValueErrorCheck() function in TParseContext
315 return lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
317 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
1091 if(lValueErrorCheck(node->getLine(), "assign", node)) in functionCallLValueErrorCheck()
3123 if(lValueErrorCheck(loc, getOperatorString(op), child)) in addUnaryMathLValue()
Dglslang.y545 if (context->lValueErrorCheck(@2, "assign", $1))
Dglslang_tab.cpp2948 if (context->lValueErrorCheck((yylsp[-1]), "assign", (yyvsp[-2].interm.intermTypedNode))) in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h194 bool lValueErrorCheck(const TSourceLoc&, const char* op, TIntermTyped*) override;
DhlslParseHelper.cpp220 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() function in glslang::HlslParseContext
242 return TParseContextBase::lValueErrorCheck(loc, op, node); in lValueErrorCheck()
269 if (lValueErrorCheck(loc, op, lhs)) in handleLvalue()
516 if (lValueErrorCheck(loc, op, lhs)) in handleLvalue()