Searched refs:retVals (Results 1 – 3 of 3) sorted by relevance
1339 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument1340 if (retVals == null) { in LBNumberCheck()1341 retVals = new int[2]; in LBNumberCheck()1343 retVals[0] = -1; // Indicates no match. in LBNumberCheck()1483 retVals[0] = startIdx; in LBNumberCheck()1484 retVals[1] = idx; in LBNumberCheck()1486 return retVals; in LBNumberCheck()
1342 private int[] LBNumberCheck(StringBuffer s, int startIdx, int[] retVals) { in LBNumberCheck() argument1343 if (retVals == null) { in LBNumberCheck()1344 retVals = new int[2]; in LBNumberCheck()1346 retVals[0] = -1; // Indicates no match. in LBNumberCheck()1486 retVals[0] = startIdx; in LBNumberCheck()1487 retVals[1] = idx; in LBNumberCheck()1489 return retVals; in LBNumberCheck()
963 ReturnInst *CreateAggregateRet(Value *const *retVals, unsigned N) { in CreateAggregateRet() argument966 V = CreateInsertValue(V, retVals[i], i, "mrv"); in CreateAggregateRet()