__nothrow__       890 include/config.h # define _GL_ATTRIBUTE_NOTHROW __attribute__ ((__nothrow__))
__nothrow__        78 maint/gnulib/lib/cdefs.h      && (__GNUC_PREREQ (3, 4) || __glibc_has_attribute (__nothrow__))
__nothrow__        79 maint/gnulib/lib/cdefs.h #  define __THROW	__attribute__ ((__nothrow__ __LEAF))
__nothrow__        80 maint/gnulib/lib/cdefs.h #  define __THROWNL	__attribute__ ((__nothrow__))
__nothrow__        81 maint/gnulib/lib/cdefs.h #  define __NTH(fct)	__attribute__ ((__nothrow__ __LEAF)) fct
__nothrow__        82 maint/gnulib/lib/cdefs.h #  define __NTHNL(fct)  __attribute__ ((__nothrow__)) fct