Searched defs:ATTR_UNUSED (Results 1 – 5 of 5) sorted by relevance
70 #define ATTR_UNUSED(x) macro72 #define ATTR_UNUSED(x) x __attribute__((unused)) macro74 #define ATTR_UNUSED(x) x macro
1384 # define ATTR_UNUSED(x) x macro1386 # define ATTR_UNUSED(x) macro1388 # define ATTR_UNUSED(x) x __attribute__((unused)) macro1390 # define ATTR_UNUSED(x) x macro
1375 # define ATTR_UNUSED(x) x macro1377 # define ATTR_UNUSED(x) macro1379 # define ATTR_UNUSED(x) x __attribute__((unused)) macro1381 # define ATTR_UNUSED(x) x macro
425 #define ATTR_UNUSED(x) x macro