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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
64 # define __NTH(fct) __LEAF_ATTR fct throw ()
68 # define __NTH(fct) fct
78 # define __NTH(fct) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
64 # define __NTH(fct) __LEAF_ATTR fct throw ()
68 # define __NTH(fct) fct
78 # define __NTH(fct) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 40 #ifndef __NTH
41 # define __NTH(fct) fct __THROW
581 __NTH (__option_is_short (__const struct argp_option *__opt))
593 __NTH (__option_is_end (__const struct argp_option *__opt))

Completed in 82 milliseconds