Searched refs:retVals (Results 1 – 3 of 3) sorted by relevance
1086 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument1087 if (retVals == null) { in LBNumberCheck()1088 retVals = new int[2]; in LBNumberCheck()1090 retVals[0] = -1; // Indicates no match. in LBNumberCheck()1209 retVals[0] = startIdx; in LBNumberCheck()1210 retVals[1] = idx; in LBNumberCheck()1212 return retVals; in LBNumberCheck()
1090 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument1091 if (retVals == null) { in LBNumberCheck()1092 retVals = new int[2]; in LBNumberCheck()1094 retVals[0] = -1; // Indicates no match. in LBNumberCheck()1213 retVals[0] = startIdx; in LBNumberCheck()1214 retVals[1] = idx; in LBNumberCheck()1216 return retVals; in LBNumberCheck()
630 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument633 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()