Searched refs:INTERCEPTOR_STRTO_BASE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 648 # define INTERCEPTOR_STRTO_BASE(ret_type, func) \ macro 656 INTERCEPTOR_STRTO_BASE(long long, strtoll) function 681 INTERCEPTOR_STRTO_BASE(long, strtol) 685 INTERCEPTOR_STRTO_BASE(long, __isoc23_strtol) function 686 INTERCEPTOR_STRTO_BASE(long long, __isoc23_strtoll)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 463 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ macro 497 INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ 514 INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \
|