Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc216 #ifndef COMMON_INTERCEPTOR_FILE_OPEN
217 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {}
6079 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6099 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6152 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6164 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9462 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9497 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2439 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro