Lines Matching refs:unw_cursor_t
484 /// an unwind. This is normally stack-allocated inside a unw_cursor_t.
574 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit),
575 "UnwindCursor<> does not fit in unw_cursor_t");
576 static_assert((alignof(UnwindCursor<A, R>) <= alignof(unw_cursor_t)),
577 "UnwindCursor<> requires more alignment than unw_cursor_t");
679 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit),
680 "UnwindCursor<> does not fit in unw_cursor_t");
928 /// an unwind. This is normally stack allocated inside a unw_cursor_t.
1330 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit),
1331 "UnwindCursor<> does not fit in unw_cursor_t");
1332 static_assert((alignof(UnwindCursor<A, R>) <= alignof(unw_cursor_t)),
1333 "UnwindCursor<> requires more alignment than unw_cursor_t");
3065 extern "C" void *__libunwind_cet_get_registers(unw_cursor_t *cursor) {