GDB (xrefs)
|
Enumerations | |
enum | test_enum { TE_A = 1 , TE_B = 2 , TE_C = 3 , TE_D = 4 } |
Functions | |
gdb_static_assert (sizeof(packed< test_enum, 1 >)==1) | |
gdb_static_assert (sizeof(packed< test_enum, 2 >)==2) | |
gdb_static_assert (sizeof(packed< test_enum, 3 >)==3) | |
gdb_static_assert (sizeof(packed< test_enum, 4 >)==4) | |
gdb_static_assert (alignof(packed< test_enum, 1 >)==1) | |
gdb_static_assert (alignof(packed< test_enum, 2 >)==1) | |
gdb_static_assert (alignof(packed< test_enum, 3 >)==1) | |
gdb_static_assert (alignof(packed< test_enum, 4 >)==1) | |
static void | run_tests () |
Enumerator | |
---|---|
TE_A | |
TE_B | |
TE_C | |
TE_D |
Definition at line 27 of file packed-selftests.c.
selftests::packed_tests::gdb_static_assert | ( | alignof(packed< test_enum, 1 >) | = =1 | ) |
selftests::packed_tests::gdb_static_assert | ( | alignof(packed< test_enum, 2 >) | = =1 | ) |
selftests::packed_tests::gdb_static_assert | ( | alignof(packed< test_enum, 3 >) | = =1 | ) |
selftests::packed_tests::gdb_static_assert | ( | alignof(packed< test_enum, 4 >) | = =1 | ) |
selftests::packed_tests::gdb_static_assert | ( | sizeof(packed< test_enum, 1 >) | = =1 | ) |
selftests::packed_tests::gdb_static_assert | ( | sizeof(packed< test_enum, 2 >) | = =2 | ) |
selftests::packed_tests::gdb_static_assert | ( | sizeof(packed< test_enum, 3 >) | = =3 | ) |
selftests::packed_tests::gdb_static_assert | ( | sizeof(packed< test_enum, 4 >) | = =4 | ) |
|
static |
Definition at line 64 of file packed-selftests.c.
Referenced by _initialize_packed_selftests().