Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dunwinder.h47 ON_UNWIND_EXPLICIT(uwfunc_ ## Name, Name, Function)
50 ON_UNWIND_EXPLICIT(UNWIND_MAKE_IDENTIFIER(uwfunc_), UNWIND_MAKE_IDENTIFIER(unwind_), Function)
52 #define ON_UNWIND_EXPLICIT(FunctionName, UnwinderName, Function) \ macro