Home
last modified time | relevance | path

Searched refs:G_STATIC_ASSERT_EXPR (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/tests/
Dmacros.c28 if (G_STATIC_ASSERT_EXPR (1 == 1), sizeof (gchar) == 2) in test_assert_static()
/third_party/glib/glib/
Dgmacros.h770 #define G_STATIC_ASSERT_EXPR(expr) ((void) sizeof (char[(expr) ? 1 : -1])) macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt669 G_STATIC_ASSERT_EXPR
/third_party/glib/
DNEWS8172 626549 G_STATIC_ASSERT_EXPR