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

  /external/python/cpython2/Lib/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
  /prebuilts/gdb/linux-x86/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
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 271 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) macro
273 # define __attribute_format_arg__(x) /* Ignore */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 271 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) macro
273 # define __attribute_format_arg__(x) /* Ignore */ macro

Completed in 649 milliseconds