Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_FILE_OPEN (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc226 #ifndef COMMON_INTERCEPTOR_FILE_OPEN
227 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
6227 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6247 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6300 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6312 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9750 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9785 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2477 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro