Searched refs:INTERCEPTORS_STRTO_BASE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 496 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro 513 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro 527 INTERCEPTORS_STRTO_BASE(long, strtol, char) in INTERCEPTORS_STRTO() 528 INTERCEPTORS_STRTO_BASE(long long, strtoll, char) in INTERCEPTORS_STRTO() 529 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char) in INTERCEPTORS_STRTO() 530 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char) in INTERCEPTORS_STRTO() 531 INTERCEPTORS_STRTO_BASE(u64, strtouq, char) in INTERCEPTORS_STRTO() 540 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) in INTERCEPTORS_STRTO() 541 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) in INTERCEPTORS_STRTO() 542 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) in INTERCEPTORS_STRTO() [all …]
|