Searched refs:G_STATIC_ASSERT (Results 1 – 4 of 4) sorted by relevance
142 #define G_STATIC_ASSERT(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PA… macro
324 G_STATIC_ASSERT
589 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
158 * glib/glib-sections.txt: Add G_STATIC_ASSERT and friends179 G_STRINGIFY, G_PASTE and G_STATIC_ASSERT, based on