Lines Matching refs:moved
106 static int moved; member
112 small_type::moved = 0; in reset()
147 ++moved; in small_type()
167 int small_type<Dummy>::moved = 0;
186 static int moved; member
192 large_type::moved = 0; in reset()
228 ++moved; in large_type()
249 int large_type<Dummy>::moved = 0;
279 static int moved; member
280 static void reset() { count = copied = moved = 0; } in reset()
295 ++count; ++moved; in throw()
308 int small_throws_on_copy::moved = 0;
317 static int moved; member
318 static void reset() { count = copied = moved = 0; } in reset()
335 ++count; ++moved; in throw()
350 int large_throws_on_copy::moved = 0;
358 static int moved; member
359 static void reset() { count = copied = moved = 0; } in reset()
383 int throws_on_move::moved = 0;