Searched refs:G_STMT_END (Results 1 - 25 of 28) sorted by relevance

12

/external/bluetooth/glib/glib/
H A Dgbacktrace.h55 # define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("int $03"); }G_STMT_END
57 # define G_BREAKPOINT() G_STMT_START{ __asm int 3h }G_STMT_END
59 # define G_BREAKPOINT() G_STMT_START{ __debugbreak(); }G_STMT_END
61 # define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("bpt"); }G_STMT_END
63 # define G_BREAKPOINT() G_STMT_START{ raise (SIGTRAP); }G_STMT_END
H A Dgdebug.h44 { action; }; } G_STMT_END
H A Dgmessages.h143 } G_STMT_END
163 } G_STMT_END
248 #define g_return_if_fail(expr) G_STMT_START{ (void)0; }G_STMT_END
249 #define g_return_val_if_fail(expr,val) G_STMT_START{ (void)0; }G_STMT_END
250 #define g_return_if_reached() G_STMT_START{ return; }G_STMT_END
251 #define g_return_val_if_reached(val) G_STMT_START{ return (val); }G_STMT_END
264 }; }G_STMT_END
273 }; }G_STMT_END
282 return; }G_STMT_END
291 return (val); }G_STMT_END
[all...]
H A Dgmacros.h231 * G_STMT_START { statements; } G_STMT_END;
233 * if (x) G_STMT_START { ... } G_STMT_END; else ...
237 #if !(defined (G_STMT_START) && defined (G_STMT_END))
239 # define G_STMT_END while (0) macro
H A Dgscanner.h261 } G_STMT_END
264 } G_STMT_END
267 } G_STMT_END
H A Dgmem.h125 } G_STMT_END
H A Dgthread.h375 }G_STMT_END
382 }G_STMT_END
H A Dgtestutils.h113 } G_STMT_END
H A Dgdataset.c55 } G_STMT_END
H A Dgarray.c67 }G_STMT_END
H A Dgutf8.c1584 } G_STMT_END
/external/bluetooth/glib/gobject/
H A Dgvaluecollector.h127 } G_STMT_END
182 } G_STMT_END
H A Dgobject.h545 } G_STMT_END
H A Dgclosure.c120 } G_STMT_END
/external/bluetooth/glib/tests/
H A Ddirname-test.c46 } G_STMT_END
H A Drelation-test.c46 } G_STMT_END
H A Dnode-test.c55 } G_STMT_END
H A Ddate-test.c19 } G_STMT_END
H A Dtestgdate.c30 } G_STMT_END
/external/bluetooth/glib/gthread/
H A Dgthread-posix.c56 }G_STMT_END
75 }G_STMT_END
81 }G_STMT_END
H A Dgthread-win32.c53 }G_STMT_END
/external/bluetooth/glib/tests/gobject/
H A Difaceinit.c149 } G_STMT_END
160 } G_STMT_END
171 } G_STMT_END
/external/bluetooth/glib/
H A Dglibconfig.h99 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
H A Dglibconfig.h.win32.in140 #define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
/external/bluetooth/bluez/audio/
H A Dgstavdtpsink.c61 } G_STMT_END
65 } G_STMT_END

Completed in 910 milliseconds

12