| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| packed-selftests.c | 26 enum test_enum enum 34 static_assert (sizeof (packed<test_enum, 1>) == 1); 35 static_assert (sizeof (packed<test_enum, 2>) == 2); 36 static_assert (sizeof (packed<test_enum, 3>) == 3); 37 static_assert (sizeof (packed<test_enum, 4>) == 4); 39 static_assert (alignof (packed<test_enum, 1>) == 1); 40 static_assert (alignof (packed<test_enum, 2>) == 1); 41 static_assert (alignof (packed<test_enum, 3>) == 1); 42 static_assert (alignof (packed<test_enum, 4>) == 1); 46 static_assert (std::TRAIT<packed<test_enum, 1>>::value, "" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| packed-selftests.c | 26 enum test_enum enum 34 static_assert (sizeof (packed<test_enum, 1>) == 1); 35 static_assert (sizeof (packed<test_enum, 2>) == 2); 36 static_assert (sizeof (packed<test_enum, 3>) == 3); 37 static_assert (sizeof (packed<test_enum, 4>) == 4); 39 static_assert (alignof (packed<test_enum, 1>) == 1); 40 static_assert (alignof (packed<test_enum, 2>) == 1); 41 static_assert (alignof (packed<test_enum, 3>) == 1); 42 static_assert (alignof (packed<test_enum, 4>) == 1); 46 static_assert (std::TRAIT<packed<test_enum, 1>>::value, "" [all...] |
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| ssl_test_ctx.c | 61 } test_enum; typedef in typeref:struct:__anon690 63 __owur static int parse_enum(const test_enum *enums, size_t num_enums, 76 static const char *enum_name(const test_enum *enums, size_t num_enums, 90 static const test_enum ssl_test_results[] = { 116 static const test_enum ssl_alerts[] = { 148 static const test_enum ssl_protocols[] = { 171 static const test_enum ssl_verify_callbacks[] = { 199 static const test_enum ssl_servername[] = { 238 static const test_enum ssl_servername_callbacks[] = { 269 static const test_enum ssl_session_ticket[] = [all...] |
| /src/crypto/external/bsd/openssl/dist/test/helpers/ |
| ssl_test_ctx.c | 62 } test_enum; typedef in typeref:struct:__anon1722 65 __owur static int parse_enum(const test_enum *enums, size_t num_enums, 78 static const char *enum_name(const test_enum *enums, size_t num_enums, 93 static const test_enum ssl_test_results[] = { 119 static const test_enum ssl_alerts[] = { 151 static const test_enum ssl_protocols[] = { 174 static const test_enum ssl_verify_callbacks[] = { 202 static const test_enum ssl_servername[] = { 241 static const test_enum ssl_servername_callbacks[] = { 272 static const test_enum ssl_session_ticket[] = [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssl_test_ctx.c | 66 } test_enum; typedef in typeref:struct:__anon2262 69 __owur static int parse_enum(const test_enum *enums, size_t num_enums, 82 static const char *enum_name(const test_enum *enums, size_t num_enums, 97 static const test_enum ssl_test_results[] = { 123 static const test_enum ssl_alerts[] = { 154 static const test_enum ssl_protocols[] = { 177 static const test_enum ssl_verify_callbacks[] = { 203 static const test_enum ssl_servername[] = { 242 static const test_enum ssl_servername_callbacks[] = { 273 static const test_enum ssl_session_ticket[] = [all...] |