HomeSort by: relevance | last modified time | path
    Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 53 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
189 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
193 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...)
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 52 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 85 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
86 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_interceptors.cpp 84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
85 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 517 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
518 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, long_t sz)
tsan_interceptors.cc 95 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
96 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
561 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, long_t sz)
tsan_interceptors_posix.cpp 91 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
92 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)

Completed in 44 milliseconds