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

  /external/compiler-rt/lib/asan/interception/
interception.h 55 // 2. On Mac you can also use: "OVERRIDE_FUNCTION(foo, zoo);" to
147 # define OVERRIDE_FUNCTION(old_func, new_func) \
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 798 CHECK(OVERRIDE_FUNCTION(index, WRAP(strchr)));

Completed in 246 milliseconds