Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h504 # define ATTRIBUTE_MAYBE_UNUSED [[maybe_unused]] macro
507 #ifndef ATTRIBUTE_MAYBE_UNUSED
509 # define ATTRIBUTE_MAYBE_UNUSED __attribute__((unused)) macro
511 # define ATTRIBUTE_MAYBE_UNUSED /* empty */ macro
Dstrftime.c136 ATTRIBUTE_MAYBE_UNUSED locale_t locale) in strftime_l()
Dlocaltime.c1710 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub()