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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
cdefs.h 48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct
52 # define __NTH(fct) fct throw ()
55 # define __NTH(fct) fct
64 # define __NTH(fct) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct
52 # define __NTH(fct) fct throw ()
55 # define __NTH(fct) fct
64 # define __NTH(fct) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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 207 milliseconds