Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp485 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ macro
494 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime, s, max, format, tm); in INTERCEPTOR()
499 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR()
505 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, __strftime_l, s, max, format, tm, in INTERCEPTOR()
515 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm); in INTERCEPTOR()
520 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime_l, s, max, format, tm, in INTERCEPTOR()
527 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, __wcsftime_l, s, max, format, tm, in INTERCEPTOR()