/reactos/modules/rostests/apitests/compiler/ |
H A D | pseh.c | 128 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 148 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 170 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 196 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 216 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 238 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 258 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 306 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 326 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() 348 RaiseException(0xE00DEAD0, 0, 0, NULL); in DEFINE_TEST() [all …]
|
/reactos/dll/win32/framedyn/ |
H A D | chstring.cpp | 293 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocBuffer() 299 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocBuffer() 330 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 335 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 340 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AllocCopy() 387 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in AssignCopy() 450 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 456 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 475 RaiseException(STATUS_INTEGER_OVERFLOW, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatInPlace() 498 RaiseException(ERROR_INVALID_PARAMETER, EXCEPTION_NONCONTINUABLE, 0, 0); in ConcatCopy()
|
/reactos/modules/rostests/apitests/compiler/ms/seh/ |
H A D | seh0008.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseStatus() 23 RaiseException(EXCEPTION_ACCESS_VIOLATION, 0, /*no flags*/ 0, 0); in main()
|
H A D | seh0058.c | 17 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /* no flags */ in main() 23 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /* no flags */ in main()
|
H A D | seh0027.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseStatus() 40 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in except1()
|
H A D | seh0004.c | 17 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in main()
|
H A D | seh0003.c | 17 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /* no flags */ in main()
|
H A D | seh0006.c | 18 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /* no flags */ in main()
|
H A D | seh0056.c | 17 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /* no flags */ in main()
|
H A D | seh0028.c | 11 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in addtwo()
|
H A D | seh0014.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseExceptin()
|
H A D | seh0016.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseExceptin()
|
H A D | seh0023.c | 22 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in main()
|
H A D | seh0012.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseException()
|
H A D | seh0010.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseExcpt()
|
H A D | seh0018.c | 11 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseException()
|
H A D | seh0024.c | 41 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in main()
|
H A D | seh0025.c | 16 RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0); in dojump()
|
H A D | seh0013.c | 12 RaiseException(Status, 0, /*no flags*/ 0, 0); in rtlRaiseException()
|
/reactos/dll/win32/ole32/ |
H A D | usrmarshal.c | 120 RaiseException(DV_E_CLIPFORMAT, 0, 0, NULL); in CLIPFORMAT_UserSize() 165 RaiseException(DV_E_CLIPFORMAT, 0, 0, NULL); in CLIPFORMAT_UserMarshal() 252 RaiseException(RPC_S_INVALID_TAG, 0, 0, NULL); in CLIPFORMAT_UserUnmarshal() 285 RaiseException(RPC_S_INVALID_TAG, 0, 0, NULL); in handle_UserSize() 299 RaiseException(RPC_S_INVALID_TAG, 0, 0, NULL); in handle_UserMarshal() 1635 RaiseException(RPC_X_NO_MEMORY, 0, 0, NULL); in WdtpInterfacePointer_UserUnmarshal() 1646 if(hr != S_OK) RaiseException(hr, 0, 0, NULL); in WdtpInterfacePointer_UserUnmarshal() 1757 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserSize() 1867 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserMarshal() 2009 RaiseException(DV_E_TYMED, 0, 0, NULL); in STGMEDIUM_UserUnmarshal() [all …]
|
/reactos/dll/ntdll/dispatch/amd64/ |
H A D | dispatch.S | 177 jz RaiseException 187 RaiseException: label
|
/reactos/sdk/lib/delayimp/ |
H A D | delayimp.c | 120 … RaiseException(VcppException(ERROR_SEVERITY_ERROR, ERROR_MOD_NOT_FOUND), 0, 1, args); in __delayLoadHelper2() 147 … RaiseException(VcppException(ERROR_SEVERITY_ERROR, ERROR_PROC_NOT_FOUND), 0, 1, args); in __delayLoadHelper2()
|
/reactos/sdk/lib/rtl/amd64/ |
H A D | except_asm.S | 297 jnz RaiseException 307 jz RaiseException 315 RaiseException: label
|
/reactos/sdk/lib/atl/ |
H A D | atlexcept.h | 28 RaiseException( in AtlThrowImp()
|
/reactos/dll/ntdll/dispatch/i386/ |
H A D | dispatch.S | 204 jz RaiseException 218 RaiseException: label
|