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 D | sanitizer_common_interceptors.inc | 250 #ifndef COMMON_INTERCEPTOR_FILE_OPEN 251 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) {} 6251 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6271 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6324 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 6336 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, path); 9637 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr); 9672 COMMON_INTERCEPTOR_FILE_OPEN(ctx, res, nullptr);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2529 #define COMMON_INTERCEPTOR_FILE_OPEN(ctx, file, path) \ macro
|