Searched refs:STDCXX_INTERCEPTOR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_mac.cpp | 432 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR macro 461 STDCXX_INTERCEPTOR(void, _ZNSt3__119__shared_weak_count16__release_sharedEv, in STDCXX_INTERCEPTOR() function 479 STDCXX_INTERCEPTOR(bool, _ZNSt3__114__shared_count16__release_sharedEv, in STDCXX_INTERCEPTOR() function 513 STDCXX_INTERCEPTOR(void, _ZNSt3__111__call_onceERVmPvPFvS2_E, void *flag, in STDCXX_INTERCEPTOR() function
|
H A D | tsan_interceptors_posix.cpp | 923 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR macro 925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ macro 930 STDCXX_INTERCEPTOR(int, __cxa_guard_acquire, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 935 STDCXX_INTERCEPTOR(void, __cxa_guard_release, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function 940 STDCXX_INTERCEPTOR(void, __cxa_guard_abort, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() function
|