Searched refs:copy_constructor (Results 1 – 11 of 11) sorted by relevance
111 int copy_constructor; member169 cpp_copy_constructor copy_constructor; in copy_msvc_exception() local170 copy_constructor.address = reinterpret_cast<void *>(ti.copy_constructor + image_base); in copy_msvc_exception()172 if( !(ti.flags & class_is_simple_type) && copy_constructor.normal_copy_constructor ) in copy_msvc_exception()176 … (dummy_exception_ptr->*(copy_constructor.copy_constructor_with_virtual_base))(src,dst); in copy_msvc_exception()178 (dummy_exception_ptr->*(copy_constructor.normal_copy_constructor))(src); in copy_msvc_exception()
261 Tests::copy_constructor(b); in run_test_cases()265 Tests::copy_constructor(b); in run_test_cases()269 Tests::copy_constructor(b); in run_test_cases()
279 static void copy_constructor(const Bitset& b) in copy_constructor() function
181 bool copy_constructor) const;
2577 bool copy_constructor) const { in GenerateConstructorBody()2581 optimized_order_, [copy_constructor, this](const FieldDescriptor* field) { in GenerateConstructorBody()2582 return (copy_constructor && IsPOD(field)) || in GenerateConstructorBody()2583 (!copy_constructor && in GenerateConstructorBody()2588 if (copy_constructor) { in GenerateConstructorBody()2625 if (copy_constructor) { in GenerateConstructorBody()
147 void copy_constructor() in copy_constructor() function220 copy_constructor(); in test()
205 void copy_constructor() in copy_constructor() function270 copy_constructor(); in test()
221 void copy_constructor() in copy_constructor() function494 copy_constructor(); in test()
413 static void copy_constructor() in copy_constructor() function2495 copy_constructor(); in main()
505 void copy_constructor() in copy_constructor() function1154 copy_constructor(); in test()
3145 copy_constructor = bool(3153 not copy_constructor):