Searched refs:COMMON_INTERCEPTOR_FD_RELEASE (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 81 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 116 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_RELEASE 1212 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1242 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1258 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1274 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 1290 if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3296 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 3315 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6954 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); 6968 COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd); [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1318 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 2407 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2413 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ macro
|