HomeSort by relevance Sort by last modified time
    Searched defs:__attribute_format_arg__ (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 246 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) macro
248 # define __attribute_format_arg__(x) /* Ignore */ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 246 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) macro
248 # define __attribute_format_arg__(x) /* Ignore */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 246 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) macro
248 # define __attribute_format_arg__(x) /* Ignore */ macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x))) function
68 def __attribute_format_arg__(x): return function
TYPES.py 66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x))) function
68 def __attribute_format_arg__(x): return function
IN.py 66 def __attribute_format_arg__(x): return __attribute__ ((__format_arg__ (x))) function
68 def __attribute_format_arg__(x): return function

Completed in 247 milliseconds