Searched refs:copy_ctor (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/crt/wine/ |
H A D | cppexcept.h | 69 cxx_copy_ctor copy_ctor; /* copy constructor */ member 78 unsigned int copy_ctor; member 215 type ## _cxx_type_info.copy_ctor = (char *)MSVCRT_ ## type ## _copy_ctor - base; \
|
H A D | except_x86_64.c | 116 type->size, type->copy_ctor, rva_to_ptr(type->copy_ctor, base)); in dump_type() 249 if (type->copy_ctor) in copy_exception() 253 void (__cdecl *copy_ctor)(void*, void*, int) = in copy_exception() 254 rva_to_ptr(type->copy_ctor, exc_base); in copy_exception() 255 copy_ctor(dest, get_this_pointer(&type->offsets, object), 1); in copy_exception() 259 void (__cdecl *copy_ctor)(void*, void*) = in copy_exception() 260 rva_to_ptr(type->copy_ctor, exc_base); in copy_exception() 261 copy_ctor(dest, get_this_pointer(&type->offsets, object)); in copy_exception()
|
H A D | cpp.c | 1878 else if (ti->copy_ctor) in __ExceptionPtrCurrentException() 1880 call_copy_ctor(ti->copy_ctor, data, get_this_pointer(&ti->offsets, obj), in __ExceptionPtrCurrentException() 1925 else if (ti->copy_ctor) in __ExceptionPtrCurrentException() 1927 call_copy_ctor(base + ti->copy_ctor, data, get_this_pointer(&ti->offsets, obj), in __ExceptionPtrCurrentException() 1984 else if (ti->copy_ctor) in __ExceptionPtrCopyException() 1986 call_copy_ctor(ti->copy_ctor, data, get_this_pointer(&ti->offsets, object), in __ExceptionPtrCopyException() 2023 else if (ti->copy_ctor) in __ExceptionPtrCopyException() 2025 call_copy_ctor(base + ti->copy_ctor, data, get_this_pointer(&ti->offsets, object), in __ExceptionPtrCopyException()
|
H A D | except_i386.c | 215 type->size, type->copy_ctor ); in dump_type() 312 if (type->copy_ctor) in copy_exception() 313 call_copy_ctor( type->copy_ctor, dest_ptr, get_this_pointer(&type->offsets,object), in copy_exception() 524 if (type->copy_ctor) in __CxxExceptionFilter() 525 call_copy_ctor( type->copy_ctor, copy, get_this_pointer(&type->offsets,object), in __CxxExceptionFilter()
|
/reactos/sdk/lib/crt/include/internal/wine/ |
H A D | cppexcept.h | 125 cxx_copy_ctor copy_ctor; /* copy constructor */ member
|