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.h373 struct __sanitizer_tm { struct
374 int tm_sec;
375 int tm_min;
376 int tm_hour;
377 int tm_mday;
378 int tm_mon;
379 int tm_year;
380 int tm_wday;
381 int tm_yday;
382 int tm_isdst;
[all …]