Home
last modified time | relevance | path

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

/freebsd/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) {}
6090 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6110 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6163 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
6175 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path);
9476 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
9511 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2450 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro