Searched refs:retVals (Results 1 – 2 of 2) sorted by relevance
1085 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument1086 if (retVals == null) { in LBNumberCheck()1087 retVals = new int[2]; in LBNumberCheck()1089 retVals[0] = -1; // Indicates no match. in LBNumberCheck()1208 retVals[0] = startIdx; in LBNumberCheck()1209 retVals[1] = idx; in LBNumberCheck()1211 return retVals; in LBNumberCheck()
598 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument601 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()