Searched refs:INTERCEPTORS_STRTO_BASE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp422 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro
433 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro
443 INTERCEPTORS_STRTO_BASE(long, strtol, char)
444 INTERCEPTORS_STRTO_BASE(long long, strtoll, char)
445 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char)
446 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char)
447 INTERCEPTORS_STRTO_BASE(u64, strtouq, char)
452 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t)
453 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t)
454 INTERCEPTORS_STRTO_BASE(unsigne
[all...]

Completed in 64 milliseconds