Searched refs:handleReturnValue (Results 1 – 7 of 7) sorted by relevance
315 TIntermNode* handleReturnValue(const TSourceLoc&, TIntermTyped*);
3660 $$ = parseContext.handleReturnValue($1.loc, $2);
1305 TIntermNode* TParseContext::handleReturnValue(const TSourceLoc& loc, TIntermTyped* value) in handleReturnValue() function in glslang::TParseContext
10016 …(yyval.interm.intermNode) = parseContext.handleReturnValue((yyvsp[-2].lex).loc, (yyvsp[-1].interm.… in yyparse()
90 TIntermNode* handleReturnValue(const TSourceLoc&, TIntermTyped*);
3883 statement = parseContext.handleReturnValue(token.loc, node); in acceptJumpStatement()
2329 TIntermNode* HlslParseContext::handleReturnValue(const TSourceLoc& loc, TIntermTyped* value) in handleReturnValue() function in glslang::HlslParseContext