Searched refs:G_PASTE (Results 1 – 4 of 4) sorted by relevance
141 #define G_PASTE(identifier1,identifier2) G_PASTE_ARGS (identifier1, identifier2) macro142 …T(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PASTE (_GStaticAssert_,…
322 G_PASTE
589 * glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
179 G_STRINGIFY, G_PASTE and G_STATIC_ASSERT, based on