Searched defs:__THROW (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h115 #ifndef __THROW
120 # define __THROW throw () macro
122 # define __THROW
229 __THROW _GL_ARG_NONNULL ((2, 3));
235 __THROW _GL_ARG_NONNULL ((2, 3));
239 __THROW _GL_ARG_NONNULL ((2, 3));
H A Dargp.h30 #ifndef __THROW
31 # define __THROW macro
34 # define __NTH(fct) fct __THROW
565 extern int _option_is_short (const struct argp_option *__opt) __THROW;
566 extern int __option_is_short (const struct argp_option *__opt) __THROW;
570 extern int _option_is_end (const struct argp_option *__opt) __THROW;
571 extern int __option_is_end (const struct argp_option *__opt) __THROW;
578 __THROW;
581 __THROW;

Completed in 23 milliseconds