Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libunwind/src/
HDRegisters.hpp120 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit), in Registers_x86()
348 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit), in Registers_x86_64()
682 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit), in Registers_ppc()
1255 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit), in Registers_ppc64()
1872 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
2227 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2656 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit), in Registers_or1k()
2864 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit), in Registers_mips_o32()
3194 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit), in Registers_mips_newabi()
3491 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit), in Registers_sparc()
[all …]
HDconfig.h241 static const bool does_fit = member
HDUnwindCursor.hpp574 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
679 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()
1326 static_assert((check_fit<UnwindCursor<A, R>, unw_cursor_t>::does_fit), in UnwindCursor()