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.c20035 int NotUsed, in ctimeFunc() argument
20038 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
20049 int NotUsed, in cdateFunc() argument
20052 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
20063 int NotUsed, in ctimestampFunc() argument
20066 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
20686 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
20687 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
20951 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
20971 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
[all …]
Dshell.c1778 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
1779 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
/external/sqlite/dist/
Dsqlite3.c20035 int NotUsed, in ctimeFunc() argument
20038 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
20049 int NotUsed, in cdateFunc() argument
20052 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
20063 int NotUsed, in ctimestampFunc() argument
20066 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
20686 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; } in sqlite3MemInit() argument
20687 static void sqlite3MemShutdown(void *NotUsed){ return; } in sqlite3MemShutdown() argument
20951 static int sqlite3MemInit(void *NotUsed){ in sqlite3MemInit() argument
20971 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
[all …]
Dshell.c1784 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
1785 UNUSED_PARAMETER(NotUsed); in interrupt_handler()