Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp490 Module *NotUsed = nullptr; in diagnoseHeaderInclusion() local
505 NotUsed = Header.getModule(); in diagnoseHeaderInclusion()
524 if (NotUsed) { in diagnoseHeaderInclusion()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c23808 int NotUsed,
23822 int NotUsed,
23836 int NotUsed,
109444 int NotUsed,
109667 int NotUsed,
109838 int NotUsed,
109944 int NotUsed,
110015 int NotUsed,
112236 int NotUsed,
112429 int NotUsed,
[all …]
H A Dshell.c12846 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
12847 UNUSED_PARAMETER(NotUsed); in interrupt_handler()