Searched refs:__THROW (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgetopt_.h95 #ifndef __THROW
100 # define __THROW throw () macro
102 # define __THROW macro
206 __THROW;
212 __THROW;
216 __THROW;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetopt_.h93 #ifndef __THROW
98 # define __THROW throw () macro
100 # define __THROW macro
205 __THROW;
211 __THROW;
215 __THROW;
H A Dargp.h31 #ifndef __THROW
32 # define __THROW macro
35 # define __NTH(fct) fct __THROW
564 extern int _option_is_short (const struct argp_option *__opt) __THROW;
565 extern int __option_is_short (const struct argp_option *__opt) __THROW;
569 extern int _option_is_end (const struct argp_option *__opt) __THROW;
570 extern int __option_is_end (const struct argp_option *__opt) __THROW;
576 __THROW;
579 __THROW;
/macosx-10.10.1/groff-38/groff/src/include/
H A Dgetopt.h95 #ifndef __THROW
100 # define __THROW throw () macro
102 # define __THROW macro
206 __THROW;
212 __THROW;
216 __THROW;
/macosx-10.10.1/text_cmds-88/sort/
H A Dgetopt.h93 #ifndef __THROW
98 # define __THROW throw () macro
100 # define __THROW macro
204 __THROW;
210 __THROW;
214 __THROW;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp1686 // __THROW is defined in glibc systems. It means, counter-intuitively,
1689 #ifndef __THROW // I guess we're not on a glibc system
1690 # define __THROW // __THROW is just an optimization, so ok to make it ""
4631 extern "C" void* memalign(size_t align, size_t size) __THROW {
4638 __THROW {
4657 extern "C" void* valloc(size_t size) __THROW {
4665 extern "C" void* pvalloc(size_t size) __THROW {
4737 __THROW {

Completed in 283 milliseconds