Searched refs:__attribute_pure__ (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | 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 …+" 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 …__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__ __INTRODUC… 66 …nst char* strchrnul(const char* __s, int __ch) __RENAME(strchrnul) __attribute_pure__ __INTRODUCED… 68 char* strchrnul(const char* __s, int __ch) __attribute_pure__ __INTRODUCED_IN(24); [all …]
|
D | 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__; 196 double atof(const char* __s) __attribute_pure__ __INTRODUCED_IN(21);
|
D | wchar.h | 129 int wcscoll_l(const wchar_t* __lhs, const wchar_t* __rhs, locale_t __l) __attribute_pure__
|
/bionic/libc/include/bits/ |
D | strcasecmp.h | 49 int strcasecmp(const char* __s1, const char* __s2) __attribute_pure__; 54 int strcasecmp_l(const char* __s1, const char* __s2, locale_t __l) __attribute_pure__ __INTRODUCED_… 64 int strncasecmp(const char* __s1, const char* __s2, size_t __n) __attribute_pure__; 69 int strncasecmp_l(const char* __s1, const char* __s2, size_t __n, locale_t __l) __attribute_pure__ …
|
D | get_device_api_level_inlines.h | 39 int atoi(const char* __s) __attribute_pure__;
|
/bionic/libc/include/sys/ |
D | cdefs.h | 88 #define __attribute_pure__ __attribute__((__pure__)) macro
|