Searched refs:INTERCEPTORS_STRTO_BASE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 423 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro 434 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro 444 INTERCEPTORS_STRTO_BASE(long, strtol, char) in INTERCEPTORS_STRTO() 445 INTERCEPTORS_STRTO_BASE(long long, strtoll, char) in INTERCEPTORS_STRTO() 446 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char) in INTERCEPTORS_STRTO() 447 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char) in INTERCEPTORS_STRTO() 448 INTERCEPTORS_STRTO_BASE(u64, strtouq, char) in INTERCEPTORS_STRTO() 453 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) in INTERCEPTORS_STRTO() 454 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) in INTERCEPTORS_STRTO() 455 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) in INTERCEPTORS_STRTO() [all …]
|