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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 38 #ifndef __THROW
43 # define __THROW throw ()
45 # define __THROW
153 __THROW;
162 __THROW;
166 __THROW;
argp.h 37 #ifndef __THROW
38 # define __THROW
41 # define __NTH(fct) fct __THROW
543 extern int _option_is_short (__const struct argp_option *__opt) __THROW;
544 extern int __option_is_short (__const struct argp_option *__opt) __THROW;
548 extern int _option_is_end (__const struct argp_option *__opt) __THROW;
549 extern int __option_is_end (__const struct argp_option *__opt) __THROW;
555 __THROW;
558 __THROW;
  /external/chromium/base/allocator/
allocator_shim.cc 16 // __THROW is defined in glibc systems. It means, counter-intuitively,
19 #ifndef __THROW // I guess we're not on a glibc system
20 # define __THROW // __THROW is just an optimization, so ok to make it ""
96 void* malloc(size_t size) __THROW {
126 void free(void* p) __THROW {
142 void* realloc(void* ptr, size_t size) __THROW {
182 void malloc_stats(void) __THROW {
  /external/bison/lib/
getopt_.h 93 #ifndef __THROW
98 # define __THROW throw ()
100 # define __THROW
204 __THROW;
210 __THROW;
214 __THROW;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 47 # define __THROW __attribute__ ((__nothrow__))
51 # define __THROW throw ()
54 # define __THROW
63 # define __THROW
180 name proto __THROW __asm__ (__ASMNAME (#alias))
183 name proto __asm__ (__ASMNAME (#alias)) __THROW
372 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW
373 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW

Completed in 78 milliseconds