Searched defs:UNUSED (Results 1 – 6 of 6) sorted by relevance
24 #define UNUSED __attribute__((unused)) macro30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand()31 char **argv UNUSED) { in runCommand()
41 UNUSED = 0, enumConstant
37 UNUSED = 0, enumConstant
93 void UNUSED(const T&...) { in UNUSED() function
89 enum CacheUseResult { SUCCESS, FAIL, UNUSED }; enumerator