Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc441 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ macro
450 INTERCEPTORS_STRTO_BASE(long, strtol, char) // NOLINT in INTERCEPTORS_STRTO()
451 INTERCEPTORS_STRTO_BASE(long long, strtoll, char) // NOLINT in INTERCEPTORS_STRTO()
452 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char) // NOLINT in INTERCEPTORS_STRTO()
453 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char) // NOLINT in INTERCEPTORS_STRTO()
458 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
459 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
460 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
461 INTERCEPTORS_STRTO_BASE(unsigned long long, wcstoull, wchar_t) // NOLINT in INTERCEPTORS_STRTO()