Home
last modified time | relevance | path

Searched refs:rValueErrorCheck (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp211 void TParseContextBase::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() function in glslang::TParseContextBase
224 rValueErrorCheck(loc, op, binaryNode->getLeft()); in rValueErrorCheck()
DParseHelper.h165 virtual void rValueErrorCheck(const TSourceLoc&, const char* op, TIntermTyped*);
334 void rValueErrorCheck(const TSourceLoc&, const char* op, TIntermTyped*) override;
DParseHelper.cpp673 rValueErrorCheck(loc, str, left->getAsTyped()); in handleBinaryMath()
674 rValueErrorCheck(loc, str, right->getAsTyped()); in handleBinaryMath()
710 rValueErrorCheck(loc, str, childNode); in handleUnaryMath()
2454 void TParseContext::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() function in glslang::TParseContext
2457 TParseContextBase::rValueErrorCheck(loc, op, node); in rValueErrorCheck()
6150 rValueErrorCheck(loc, "initializer", initializer); in declareVariable()
6519 rValueErrorCheck(loc, "constructor", node->getAsTyped()); in addConstructor()
Dglslang.y688 parseContext.rValueErrorCheck($2.loc, "?", $1);
689 parseContext.rValueErrorCheck($5.loc, ":", $4);
690 parseContext.rValueErrorCheck($5.loc, ":", $6);
707 parseContext.rValueErrorCheck($2.loc, "assign", $3);
Dglslang_tab.cpp4824 parseContext.rValueErrorCheck((yyvsp[-4].lex).loc, "?", (yyvsp[-5].interm.intermTypedNode)); in yyparse()
4825 parseContext.rValueErrorCheck((yyvsp[-1].lex).loc, ":", (yyvsp[-2].interm.intermTypedNode)); in yyparse()
4826 parseContext.rValueErrorCheck((yyvsp[-1].lex).loc, ":", (yyvsp[0].interm.intermTypedNode)); in yyparse()
4850 …parseContext.rValueErrorCheck((yyvsp[-1].interm).loc, "assign", (yyvsp[0].interm.intermTypedNode)); in yyparse()