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

  /external/libchrome/base/allocator/
allocator_shim_internals.h 10 #include <sys/cdefs.h> // for __THROW
12 #ifndef __THROW // Not a glibc system
14 #define __THROW _NOEXCEPT
16 #define __THROW
  /external/ltp/testcases/kernel/syscalls/adjtimex/
adjtimex01.c 28 #if defined UCLINUX && !__THROW
30 #define __THROW
adjtimex02.c 84 #if defined UCLINUX && !__THROW
86 #define __THROW
  /external/ltp/testcases/kernel/syscalls/clone/
clone01.c 24 #if defined UCLINUX && !__THROW
26 #define __THROW
clone03.c 35 #if defined UCLINUX && !__THROW
37 #define __THROW
clone04.c 24 #if defined UCLINUX && !__THROW
26 #define __THROW
clone06.c 23 #if defined UCLINUX && !__THROW
25 #define __THROW
clone07.c 22 #if defined UCLINUX && !__THROW
24 #define __THROW
clone02.c 52 #if defined UCLINUX && !__THROW
54 #define __THROW
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 38 #ifndef __THROW
43 # define __THROW throw ()
45 # define __THROW
153 __THROW;
166 const char *__shortopts) __THROW;
178 __THROW;
182 __THROW;
printf.h 100 __THROW;
109 __THROW __attribute_deprecated__;
116 extern int register_printf_modifier (__const wchar_t *__str) __wur __THROW;
122 extern int register_printf_type (printf_va_arg_function __fct) __wur __THROW;
137 int *__restrict __argtypes) __THROW;
177 __const void *__const *__restrict __args) __THROW;
182 __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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 57 # define __THROW __attribute__ ((__nothrow__ __LEAF))
62 # define __THROW throw ()
66 # define __THROW
76 # define __THROW
194 name proto __THROW __asm__ (__ASMNAME (#alias))
199 name proto __asm__ (__ASMNAME (#alias)) __THROW
402 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW
403 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 57 # define __THROW __attribute__ ((__nothrow__ __LEAF))
62 # define __THROW throw ()
66 # define __THROW
76 # define __THROW
194 name proto __THROW __asm__ (__ASMNAME (#alias))
199 name proto __asm__ (__ASMNAME (#alias)) __THROW
402 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW
403 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW

Completed in 476 milliseconds