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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
envz.h 36 __THROW __attribute_pure__; variable
42 __THROW __attribute_pure__; variable
strings.h 42 __THROW __attribute_pure__; variable
55 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
57 __THROW __asm ("index") __attribute_pure__ __nonnull ((1));
75 __THROW __attribute_pure__ __nonnull ((1));
83 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
85 __THROW __asm ("rindex") __attribute_pure__ __nonnull ((1));
103 __THROW __attribute_pure__ __nonnull ((1));
115 __THROW __attribute_pure__; variable
119 __THROW __attribute_pure__; variable
131 __THROW __attribute_pure__ __nonnull ((1, 2, 3))
    [all...]
argz.h 61 __THROW __attribute_pure__; variable
63 __THROW __attribute_pure__; variable
wchar.h 161 __THROW __attribute_pure__; variable
164 __THROW __attribute_pure__; variable
220 __THROW __asm ("wcschr") __attribute_pure__;
222 __THROW __asm ("wcschr") __attribute_pure__;
225 __THROW __attribute_pure__;
230 __THROW __asm ("wcsrchr") __attribute_pure__;
232 __THROW __asm ("wcsrchr") __attribute_pure__;
235 __THROW __attribute_pure__; variable
243 __THROW __attribute_pure__; variable
250 __THROW __attribute_pure__; variable
254 __THROW __attribute_pure__; variable
264 __THROW __attribute_pure__; variable
275 __THROW __attribute_pure__; variable
284 extern size_t wcslen (__const wchar_t *__s) __THROW __attribute_pure__; variable
304 __THROW __attribute_pure__; variable
323 __THROW __attribute_pure__; variable
358 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__; variable
    [all...]
  /external/syslinux/com32/include/klibc/
compiler.h 78 #undef __attribute_pure__ macro
79 #define __attribute_pure__ __purefunc macro
  /toolchain/binutils/binutils-2.27/include/
obstack.h 144 #ifndef __attribute_pure__
146 # define __attribute_pure__ __attribute__ ((__pure__)) macro
148 # define __attribute_pure__ macro
212 __attribute_pure__;
  /bionic/libc/include/sys/
cdefs.h 113 #define __attribute_pure__ __attribute__((__pure__)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 234 # define __attribute_pure__ __attribute__ ((__pure__)) macro
236 # define __attribute_pure__ /* Ignore */ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 234 # define __attribute_pure__ __attribute__ ((__pure__)) macro
236 # define __attribute_pure__ /* Ignore */ macro

Completed in 232 milliseconds