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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc183 #ifndef COMMON_INTERCEPTOR_FILE_OPEN
184 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
5867 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5887 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5906 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
5918 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9258 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9293 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2238 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro

Completed in 92 milliseconds