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 D | sanitizer_common_interceptors.inc | 180 #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 D | tsan_interceptors_posix.cpp | 2311 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro
|