Home
last modified time | relevance | path

Searched refs:__prefer_this_overload (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/
Dstring.h192 #define __prefer_this_overload __enable_if(true, "preferred overload") __enable_if(true, "") macro
201 __prefer_this_overload { in memchr()
206 …ullable memchr(void* _Nonnull const s __pass_object_size, int c, size_t n) __prefer_this_overload { in memchr()
217 __prefer_this_overload { in strchr()
223 __prefer_this_overload { in strchr()
233 … _Nullable strrchr(const char* _Nonnull const s __pass_object_size, int c) __prefer_this_overload { in strrchr()
238 char* _Nullable strrchr(char* _Nonnull const s __pass_object_size, int c) __prefer_this_overload { in strrchr()
247 const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload in strstr()
252 char* _Nullable strstr(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr()
260 char* _Nullable strpbrk(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strpbrk()
[all …]