Searched defs:returnStatement (Results 1 – 5 of 5) sorted by relevance
137 TIntermBranch *returnStatement = new TIntermBranch(EOpReturn, flipped); in getRotateFunc() local
39 …String returnStatement = "WaiterResponse containing either a response or an exception that has mat… in waiterOperationJavadoc() local
63 TIntermBranch *returnStatement = new TIntermBranch(EOpReturn, flipped); in getFlipFunction() local
298 TIntermBranch *returnStatement = in visitAggregatePost() local
1656 std::unique_ptr<Statement> Parser::returnStatement() { in returnStatement() function in SkSL::Parser