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