HomeSort by relevance Sort by last modified time
    Searched defs:__attribute__ (Results 26 - 48 of 48) sorted by null

12

  /external/python/cpython2/android_x86_64/libffi/
ffi.h 73 #define __attribute__(X) macro
316 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 72 #define __attribute__(X) macro
315 } ffi_closure __attribute__((aligned (8)));
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 73 #define __attribute__(X) macro
316 } ffi_closure __attribute__((aligned (8)));
  /prebuilts/build-tools/common/bison/
glr.c 298 #ifndef __attribute__
302 # define __attribute__(Spec) /* empty */ macro
761 __attribute__ ((__noreturn__));
771 __attribute__ ((__noreturn__));
793 static void yyfillin (yyGLRStackItem *, int, int) __attribute__ ((__unused__));
813 __attribute__ ((__unused__));
835 yybool yynormal __attribute__ ((__unused__)) =
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 45 # define __LEAF_ATTR __attribute__ ((__leaf__))
57 # define __THROW __attribute__ ((__nothrow__ __LEAF))
58 # define __THROWNL __attribute__ ((__nothrow__))
59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
151 extern void name (void) __attribute__((__warning__ (msg)))
152 # define __warnattr(msg) __attribute__((__warning__ (msg)))
154 extern void name (void) __attribute__((__error__ (msg)))
215 `__attribute__' syntax. All of the ways we use this do fine if
218 # define __attribute__(xyz) /* Ignore */ macro
225 # define __attribute_malloc__ __attribute__ ((__malloc__)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 45 # define __LEAF_ATTR __attribute__ ((__leaf__))
57 # define __THROW __attribute__ ((__nothrow__ __LEAF))
58 # define __THROWNL __attribute__ ((__nothrow__))
59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
151 extern void name (void) __attribute__((__warning__ (msg)))
152 # define __warnattr(msg) __attribute__((__warning__ (msg)))
154 extern void name (void) __attribute__((__error__ (msg)))
215 `__attribute__' syntax. All of the ways we use this do fine if
218 # define __attribute__(xyz) /* Ignore */ macro
225 # define __attribute_malloc__ __attribute__ ((__malloc__)
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
IN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /external/syslinux/gpxe/src/include/
compiler.h 10 #define __attribute__(x) macro
85 __attribute__ (( section ( ".discard" ), used )) \
150 extern _decl __attribute__ (( weak ))
208 ret __weak_impl( name ) proto __attribute__ (( weak )); \
282 extern int __attribute__ (( format ( printf, 1, 2 ) ))
462 #define PACKED __attribute__ (( packed ))
465 #define __unused __attribute__ (( unused ))
470 #define __pure __attribute__ (( pure ))
477 #define __const __attribute__ (( const ))
484 #define __nonnull __attribute__ (( nonnull )
    [all...]
  /external/tcpdump/
netdissect.h 34 #define __attribute__(x) macro
190 __attribute__ ((format (printf, 2, 3)))
197 __attribute__ ((noreturn))
200 __attribute__ ((format (printf, 2, 3)))
207 __attribute__ ((format (printf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 44 #ifndef __attribute__
47 # define __attribute__(Spec) /* empty */ macro
520 __attribute__ ((__format__ (__printf__, 2, 3)));
523 __attribute__ ((__format__ (__printf__, 2, 3)));
536 __attribute__ ((__format__ (__printf__, 4, 5)));
540 __attribute__ ((__format__ (__printf__, 4, 5)));
curses.h 496 * GCC (and some other compilers) define '__attribute__'; we're using this
498 * function calls. Just in case '__attribute__' isn't defined, make a dummy.
502 #if !(defined(__GNUC__) || defined(__GNUG__) || defined(__attribute__))
503 #define __attribute__(p) /* nothing */ macro
516 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
524 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
    [all...]
ncurses.h 496 * GCC (and some other compilers) define '__attribute__'; we're using this
498 * function calls. Just in case '__attribute__' isn't defined, make a dummy.
502 #if !(defined(__GNUC__) || defined(__GNUG__) || defined(__attribute__))
503 #define __attribute__(p) /* nothing */ macro
516 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
524 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 47 # define __attribute__(x) /* nothing */ macro
53 # define __MINGW_IMPORT extern __attribute__ ((__dllimport__))
61 # define _CRTIMP __attribute__ ((__dllimport__))
93 # define __CRT_INLINE extern inline __attribute__((__gnu_inline__))
100 #define __MINGW_INTRIN_INLINE extern __inline__ __attribute__((__always_inline__,__gnu_inline__))
114 # define __UNUSED_PARAM(x) x __attribute__ ((__unused__))
145 #define __MINGW_ATTRIB_NORETURN __attribute__ ((__noreturn__))
146 #define __MINGW_ATTRIB_CONST __attribute__ ((__const__))
156 #define __MINGW_ATTRIB_MALLOC __attribute__ ((__malloc__))
157 #define __MINGW_ATTRIB_PURE __attribute__ ((__pure__)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
IN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
IN.py 64 def __attribute__(xyz): return function
66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x)))
  /external/harfbuzz_ng/src/
hb-private.hh 100 #undef __attribute__ macro
101 #define __attribute__(x) macro
105 #define HB_PURE_FUNC __attribute__((pure))
106 #define HB_CONST_FUNC __attribute__((const))
107 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
114 #define HB_UNUSED __attribute__((unused))
123 # define HB_INTERNAL __attribute__((__visibility__("hidden")))
801 /* Type behaving similar to vectorized vars defined using __attribute__((vector_size(...))). */
  /external/libpcap/
gencode.h 57 #define __attribute__(x) macro
371 __attribute__((noreturn))
373 __attribute__((format (printf, 2, 3)))
  /external/pdfium/third_party/libtiff/
tiffio.h 266 #if !defined(__GNUC__) && !defined(__attribute__)
267 # define __attribute__(x) /*nothing*/ macro
454 extern void TIFFError(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
455 extern void TIFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
456 extern void TIFFWarning(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
457 extern void TIFFWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__printf__,3,4)));
  /external/python/cpython2/Lib/plat-atheos/
IN.py 63 def __attribute__(xyz): return function
  /external/mksh/src/
sh.h 122 #undef __attribute__ macro
124 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z)))
129 #define MKSH_A_FORMAT(x,y,z) __attribute__((__format__(x, y, z)))
134 #define MKSH_A_NORETURN __attribute__((__noreturn__))
139 #define MKSH_A_PURE __attribute__((__pure__))
144 #define MKSH_A_UNUSED __attribute__((__unused__))
149 #define MKSH_A_USED __attribute__((__used__))
    [all...]

Completed in 1204 milliseconds

12