Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc180 #ifndef COMMON_INTERCEPTOR_FILE_OPEN
181 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
6075 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6095 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6148 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6160 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9536 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9571 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2311 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro