Searched refs:INTERCEPTORS_STRTO_BASE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 501 INTERCEPTORS_STRTO_BASE(long, strtol, char) in INTERCEPTORS_STRTO() 502 INTERCEPTORS_STRTO_BASE(long long, strtoll, char) in INTERCEPTORS_STRTO() 503 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char) in INTERCEPTORS_STRTO() 505 INTERCEPTORS_STRTO_BASE(u64, strtouq, char) in INTERCEPTORS_STRTO() 514 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) in INTERCEPTORS_STRTO() 515 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) in INTERCEPTORS_STRTO() 516 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) in INTERCEPTORS_STRTO() 527 INTERCEPTORS_STRTO_BASE(long, __isoc23_strtol, char) in INTERCEPTORS_STRTO() 528 INTERCEPTORS_STRTO_BASE(long long, __isoc23_strtoll, char) in INTERCEPTORS_STRTO() 531 INTERCEPTORS_STRTO_BASE(u64, __isoc23_strtouq, char) in INTERCEPTORS_STRTO() [all …]
|