Searched refs:INTERCEPTOR_STRTO_BASE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 622 # define INTERCEPTOR_STRTO_BASE(ret_type, func) \ macro 630 INTERCEPTOR_STRTO_BASE(long, strtol) in INTERCEPTOR_STRTO_BASE() function 631 INTERCEPTOR_STRTO_BASE(long long, strtoll) in INTERCEPTOR_STRTO_BASE() 634 INTERCEPTOR_STRTO_BASE(long, __isoc23_strtol) in INTERCEPTOR_STRTO_BASE() 635 INTERCEPTOR_STRTO_BASE(long long, __isoc23_strtoll) in INTERCEPTOR_STRTO_BASE()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 437 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ macro 471 INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ 488 INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \
|