Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_type_test.cc25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
Dinterception.h30 typedef __sanitizer::s64 INTMAX_T; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_format.inc124 return sizeof(INTMAX_T);
Dsanitizer_common_interceptors.inc2832 INTERCEPTOR(INTMAX_T, strtoimax, const char *nptr, char **endptr, int base) {
2839 INTMAX_T res = REAL(strtoimax)(nptr, &real_endptr, base);
2844 INTERCEPTOR(INTMAX_T, strtoumax, const char *nptr, char **endptr, int base) {
2851 INTMAX_T res = REAL(strtoumax)(nptr, &real_endptr, base);