/bionic/libc/include/bits/ |
strcasecmp.h | 38 int strcasecmp(const char* __s1, const char* __s2) __attribute_pure__; 39 int strcasecmp_l(const char* __s1, const char* __s2, locale_t __l) __attribute_pure__ __INTRODUCED_IN(23); 40 int strncasecmp(const char* __s1, const char* __s2, size_t __n) __attribute_pure__; 41 int strncasecmp_l(const char* __s1, const char* __s2, size_t __n, locale_t __l) __attribute_pure__ __INTRODUCED_IN(23);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
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...] |
string.h | 69 __THROW __attribute_pure__ __nonnull ((1, 2)); 76 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1)); 78 __THROW __asm ("memchr") __attribute_pure__ __nonnull ((1)); 96 __THROW __attribute_pure__ __nonnull ((1)); 105 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1)); 107 __THROW __asm ("rawmemchr") __attribute_pure__ __nonnull ((1)); 110 __THROW __attribute_pure__ __nonnull ((1)); 116 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1)); 118 __THROW __asm ("memrchr") __attribute_pure__ __nonnull ((1)); 121 __THROW __attribute_pure__ __nonnull ((1)) [all...] |
envz.h | 36 __THROW __attribute_pure__; variable 42 __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...] |
dirent.h | 328 __THROW __attribute_pure__ __nonnull ((1, 2)); 334 alphasort64) __attribute_pure__ __nonnull ((1, 2)); 343 __THROW __attribute_pure__ __nonnull ((1, 2)); 383 __THROW __attribute_pure__ __nonnull ((1, 2)); 390 __attribute_pure__ __nonnull ((1, 2)); 399 __THROW __attribute_pure__ __nonnull ((1, 2));
|
argz.h | 61 __THROW __attribute_pure__; variable 63 __THROW __attribute_pure__; variable
|
stdlib.h | 146 __THROW __attribute_pure__ __nonnull ((1)) __wur; 149 __THROW __attribute_pure__ __nonnull ((1)) __wur; 152 __THROW __attribute_pure__ __nonnull ((1)) __wur; 159 __THROW __attribute_pure__ __nonnull ((1)) __wur; 315 __THROW __attribute_pure__ __nonnull ((1)) __wur; [all...] |
/bionic/libc/include/ |
string.h | 45 void* memchr(const void* __s, int __ch, size_t __n) __attribute_pure__; 47 extern "C++" void* memrchr(void* __s, int __ch, size_t __n) __RENAME(memrchr) __attribute_pure__; 48 extern "C++" const void* memrchr(const void* __s, int __ch, size_t __n) __RENAME(memrchr) __attribute_pure__; 50 void* memrchr(const void* __s, int __ch, size_t __n) __attribute_pure__; 52 int memcmp(const void* __lhs, const void* __rhs, size_t __n) __attribute_pure__; 59 void* memmem(const void* __haystack, size_t __haystack_size, const void* __needle, size_t __needle_size) __attribute_pure__; 61 char* strchr(const char* __s, int __ch) __attribute_pure__; 65 extern "C++" char* strchrnul(char* __s, int __ch) __RENAME(strchrnul) __attribute_pure__ __INTRODUCED_IN(24); 66 extern "C++" const char* strchrnul(const char* __s, int __ch) __RENAME(strchrnul) __attribute_pure__ __INTRODUCED_IN(24); 68 char* strchrnul(const char* __s, int __ch) __attribute_pure__ __INTRODUCED_IN(24) [all...] |
stdlib.h | 89 int atoi(const char* __s) __attribute_pure__; 90 long atol(const char* __s) __attribute_pure__; 91 long long atoll(const char* __s) __attribute_pure__; 187 double atof(const char* __s) __attribute_pure__ __INTRODUCED_IN(21);
|
wchar.h | 129 int wcscoll_l(const wchar_t* __lhs, const wchar_t* __rhs, locale_t __l) __attribute_pure__
|
/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__;
|
/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
|
/bionic/libc/include/sys/ |
cdefs.h | 113 #define __attribute_pure__ __attribute__((__pure__)) macro
|
/toolchain/binutils/binutils-2.27/libiberty/ |
obstack.c | 244 int _obstack_allocated_p (struct obstack *h, void *obj) __attribute_pure__;
|
/external/elfutils/tests/ |
run-dwarf-getmacros.sh | 608 __attribute_pure__ __attribute__ ((__pure__))
|