Lines Matching defs:copyOutPairs
2191 CopyOutPairs ©OutPairs,
2289 copyOutPairs.emplace_back(
2295 copyOutPairs.emplace_back(CopyOutPair{actualArg, temp, doCopyOut, {}});
2334 copyOutPairs.emplace_back(
2494 CopyOutPairs ©OutPairs, bool byValue) {
2527 return {genCopyIn(actualArg, arg, copyOutPairs, isPresent, byValue),
2556 return {genCopyIn(box, arg, copyOutPairs,
2605 CopyOutPairs copyOutPairs;
2689 prepareActualToBaseAddressLike(*expr, arg, copyOutPairs, byValue)
2758 prepareActualToBaseAddressLike(*expr, arg, copyOutPairs, byValue);
2922 for (const auto ©OutPair : copyOutPairs)