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