HomeSort by relevance Sort by last modified time
    Searched refs:GCC_ATTR (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 117 #define GCC_ATTR(x) __attribute__ ((x))
119 #define GCC_ATTR(x)
  /external/qemu/audio/
audio_int.h 248 static void GCC_ATTR dolog (const char *fmt, ...)
258 static void GCC_ATTR ldebug (const char *fmt, ...)
272 static void GCC_ATTR ldebug (const char *fmt, ...)
279 #undef GCC_ATTR
  /external/qemu/
qemu-common.h 87 # define GCC_ATTR __attribute__((__unused__, format(printf, 1, 2)))
91 # define GCC_ATTR __attribute__((__unused__, format(gnu_printf, 1, 2)))
95 #define GCC_ATTR /**/

Completed in 61 milliseconds