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

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 47 #define __errno_location __error macro
53 extern "C" int *__errno_location(void);
1015 *__errno_location() = errno_EINVAL;
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 33 #define __errno_location __error macro
79 extern "C" int *__errno_location();
120 #define errno (*__errno_location())
    [all...]

Completed in 58 milliseconds