Searched refs:otherCopy (Results 1 – 4 of 4) sorted by relevance
176 OtherCopy otherCopy(other);179 Side, Mode>::run(derived().nestedExpression(), otherCopy);182 other = otherCopy;
187 OtherCopy otherCopy(other.derived());189 …e internal::remove_reference<OtherCopy>::type, Mode>::run(derived().nestedExpression(), otherCopy);192 other = otherCopy;
1079 OtherCopy otherCopy(other.derived());1080 OtherCopyEval otherCopyEval(otherCopy);1087 for (Index j=0; j<otherCopy.outerSize(); ++j)1105 for (StorageIndex j=0; j<otherCopy.outerSize(); ++j)
2799 Optional<FlatAffineConstraints> otherCopy; in unionBoundingBox() local2801 otherCopy.emplace(FlatAffineConstraints(otherCst)); in unionBoundingBox()2802 mergeAndAlignIds(/*offset=*/numDims, this, &otherCopy.getValue()); in unionBoundingBox()2805 const auto &otherAligned = otherCopy ? *otherCopy : otherCst; in unionBoundingBox()