Home
last modified time | relevance | path

Searched refs:NotUsed (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DModuleMap.cpp252 Module *NotUsed = nullptr; in diagnoseHeaderInclusion() local
267 NotUsed = Header.getModule(); in diagnoseHeaderInclusion()
286 if (NotUsed) { in diagnoseHeaderInclusion()
/external/sqlite/dist/orig/
Dsqlite3.c20703 int NotUsed, in ctimeFunc() argument
20706 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
20717 int NotUsed, in cdateFunc() argument
20720 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
20731 int NotUsed, in ctimestampFunc() argument
20734 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
21356 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
21357 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
21621 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
21641 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
[all …]
Dshell.c8471 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
8472 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
/external/sqlite/dist/
Dsqlite3.c20703 int NotUsed, in ctimeFunc() argument
20706 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
20717 int NotUsed, in cdateFunc() argument
20720 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
20731 int NotUsed, in ctimestampFunc() argument
20734 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
21356 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
21357 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
21621 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
21641 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
[all …]
Dshell.c8477 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
8478 UNUSED_PARAMETER(NotUsed); in interrupt_handler()