Searched refs:inductiveLoopCheck (Results 1 – 4 of 4) sorted by relevance
424 void inductiveLoopCheck(const TSourceLoc&, TIntermNode* init, TIntermLoop* loop);
3997 parseContext.inductiveLoopCheck($1.loc, $4, forLoop);
11632 … parseContext.inductiveLoopCheck((yyvsp[-6].lex).loc, (yyvsp[-3].interm.intermNode), forLoop); in yyparse()
5371 void TParseContext::inductiveLoopCheck(const TSourceLoc& loc, TIntermNode* init, TIntermLoop* loop) in inductiveLoopCheck() function in glslang::TParseContext