HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_REAL (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_interceptors.h 20 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size)
21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size)
22 DECLARE_REAL(void*, memset, void *block, int c, uptr size)
23 DECLARE_REAL(char*, strchr, const char *str, int c)
24 DECLARE_REAL(uptr, strlen, const char *s)
25 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
26 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen)
27 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
29 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act,
  /external/compiler-rt/lib/interception/
interception.h 46 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a
54 // DECLARE_REAL(...) are located inside namespaces.
119 # define DECLARE_REAL(ret_type, func, ...) \
126 # define DECLARE_REAL(ret_type, func, ...) \
131 DECLARE_REAL(ret_type, func, ##__VA_ARGS__) \

Completed in 82 milliseconds