Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h377 struct __sanitizer_tm { struct
378 int tm_sec;
379 int tm_min;
380 int tm_hour;
381 int tm_mday;
382 int tm_mon;
383 int tm_year;
384 int tm_wday;
385 int tm_yday;
386 int tm_isdst;
[all …]