Lines Matching refs:unw_context_t

120   static_assert((check_fit<Registers_x86, unw_context_t>::does_fit),
121 "x86 registers do not fit into unw_context_t");
348 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit),
349 "x86_64 registers do not fit into unw_context_t");
680 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit),
681 "ppc registers do not fit into unw_context_t");
1251 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit),
1252 "ppc64 registers do not fit into unw_context_t");
1861 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit),
1862 "arm64 registers do not fit into unw_context_t");
2216 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit),
2217 "arm registers do not fit into unw_context_t");
2645 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit),
2646 "or1k registers do not fit into unw_context_t");
2853 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit),
2854 "mips_o32 registers do not fit into unw_context_t");
3177 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit),
3178 "mips_newabi registers do not fit into unw_context_t");
3468 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit),
3469 "sparc registers do not fit into unw_context_t");
3656 static_assert((check_fit<Registers_sparc64, unw_context_t>::does_fit),
3657 "sparc64 registers do not fit into unw_context_t");
3839 static_assert((check_fit<Registers_hexagon, unw_context_t>::does_fit),
3840 "hexagon registers do not fit into unw_context_t");
4054 static_assert((check_fit<Registers_riscv, unw_context_t>::does_fit),
4055 "riscv registers do not fit into unw_context_t");
4360 static_assert((check_fit<Registers_ve, unw_context_t>::does_fit),
4361 "ve registers do not fit into unw_context_t");
4797 static_assert((check_fit<Registers_s390x, unw_context_t>::does_fit),
4798 "s390x registers do not fit into unw_context_t");
5086 static_assert((check_fit<Registers_loongarch, unw_context_t>::does_fit),
5087 "loongarch registers do not fit into unw_context_t");