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

  /external/compiler-rt/lib/interception/
interception.h 60 // DEFINE_REAL(int, foo, const char *bar, double baz) in your
147 // Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR
153 #define DEFINE_REAL(ret_type, func, ...) \
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 135 DEFINE_REAL(int, sigaction, int signum, const struct sigaction *act,
293 DEFINE_REAL(char*, index, const char *string, int c)

Completed in 1204 milliseconds