Home
last modified time | relevance | path

Searched refs:RETURN_LAST_ERROR (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dwin32_helpers.h290 RETURN_LAST_ERROR(); in GetModuleFileNameExW()
H A Dresult_macros.h599 #define RETURN_LAST_ERROR() __RETURN_GLE_FAIL(nullptr) macro
892 #define __WIL_PRIVATE_RETURN_LAST_ERROR() RETURN_LAST_ERROR()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DwiTest.cpp377 REQUIRE_RETURNS(E_AD, [] { SetAD(); RETURN_LAST_ERROR(); }); in __anone501a34c1a902()