Lines Matching refs:FUNCTION_DELEGATE
31 #define FUNCTION_DELEGATE(name, impl) \ macro
37 FUNCTION_DELEGATE(memchr, memchr_gc)
38 FUNCTION_DELEGATE(memcmp, memcmp_gc)
39 FUNCTION_DELEGATE(memcpy, memcpy_gc)
40 FUNCTION_DELEGATE(memmove, memmove_gc)
41 FUNCTION_DELEGATE(memset, memset_gc)
42 FUNCTION_DELEGATE(stpcpy, stpcpy_gc)
43 FUNCTION_DELEGATE(strcat, strcat_gc)
44 FUNCTION_DELEGATE(strchr, strchr_gc)
45 FUNCTION_DELEGATE(strcmp, strcmp_gc)
46 FUNCTION_DELEGATE(strcpy, strcpy_gc)
47 FUNCTION_DELEGATE(strlen, strlen_gc)
48 FUNCTION_DELEGATE(strncat, strncat_gc)
49 FUNCTION_DELEGATE(strncmp, strncmp_gc)
50 FUNCTION_DELEGATE(strncpy, strncpy_gc)
51 FUNCTION_DELEGATE(strnlen, strnlen_gc)