HomeSort by relevance Sort by last modified time
    Searched defs:RaiseException (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 register("RaiseException", RaiseException)
14 func RaiseException() {
17 proc := mod.MustFindProc("RaiseException")
19 println("RaiseException should not return")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 register("RaiseException", RaiseException)
14 func RaiseException() {
17 proc := mod.MustFindProc("RaiseException")
19 println("RaiseException should not return")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
internal.h 21 inline void DECLSPEC_NORETURN RaiseException(HRESULT hr, DWORD flags = EXCEPTION_NONCONTINUABLE) throw() {
22 ::RaiseException(static_cast<DWORD>(hr), flags, 0, NULL);

Completed in 7091 milliseconds