Searched refs:copyCount (Results 1 – 2 of 2) sorted by relevance
14 static int copyCount; member16 fprintf(stderr, "copyCount = %d\n", copyCount); in printCopyCount()19 MyClass(const MyClass &obj) { copyCount++; }; in MyClass()24 int MyClass::copyCount = 0; member in MyClass
431 auto copyCount = lhs.getLen(); in createAssign() local436 copyCount = genMin(builder, loc, lhsLen, rhsLen); in createAssign()440 createCopy(lhs, rhs, copyCount); in createAssign()447 createPadding(lhs, copyCount, maxPadding); in createAssign()