Lines Matching refs:candidateList
7301 TVector<const TFunction*> candidateList; in findFunction() local
7302 symbolTable.findFunctionNameList(call.getMangledName(), candidateList, builtIn); in findFunction()
7305 if (candidateList.size() == 1 && builtIn && in findFunction()
7306 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7307 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction()
7308 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction()
7309 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction()
7310 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7311 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction()
7312 return candidateList[0]; in findFunction()
7467 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction()
7474 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction()
7546 bestMatch = selectFunction(candidateList, convertedCall, convertible, better, tie); in findFunction()
9519 TVector<const TFunction*> candidateList; in findPatchConstantFunction() local
9521 symbolTable.findFunctionNameList(mangledName, candidateList, builtIn); in findPatchConstantFunction()
9525 if (candidateList.empty()) { in findPatchConstantFunction()
9533 if (candidateList.size() > 1) { in findPatchConstantFunction()
9538 return candidateList[0]; in findPatchConstantFunction()