Home
last modified time | relevance | path

Searched defs:SIZE_T (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp125 INTERCEPTOR(SIZE_T,fread_unlocked,void * ptr,SIZE_T size,SIZE_T nmemb,void * file) INTERCEPTOR() argument
591 INTERCEPTOR(SIZE_T,strftime,char * s,SIZE_T max,const char * format,__sanitizer_tm * tm) INTERCEPTOR() argument
596 INTERCEPTOR(SIZE_T,strftime_l,char * s,SIZE_T max,const char * format,__sanitizer_tm * tm,void * loc) INTERCEPTOR() argument
602 INTERCEPTOR(SIZE_T,__strftime_l,char * s,SIZE_T max,const char * format,__sanitizer_tm * tm,void * loc) INTERCEPTOR() argument
612 INTERCEPTOR(SIZE_T,wcsftime,wchar_t * s,SIZE_T max,const wchar_t * format,__sanitizer_tm * tm) INTERCEPTOR() argument
617 INTERCEPTOR(SIZE_T,wcsftime_l,wchar_t * s,SIZE_T max,const wchar_t * format,__sanitizer_tm * tm,void * loc) INTERCEPTOR() argument
624 INTERCEPTOR(SIZE_T,__wcsftime_l,wchar_t * s,SIZE_T max,const wchar_t * format,__sanitizer_tm * tm,void * loc) INTERCEPTOR() argument
641 INTERCEPTOR(SIZE_T,mbrtowc,wchar_t * dest,const char * src,SIZE_T n,void * ps) INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h28 typedef __sanitizer::uptr SIZE_T; global() typedef