Home
last modified time | relevance | path

Searched refs:NotUsed (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Lex/
DModuleMap.cpp489 Module *NotUsed = nullptr; in diagnoseHeaderInclusion() local
504 NotUsed = Header.getModule(); in diagnoseHeaderInclusion()
523 if (NotUsed) { in diagnoseHeaderInclusion()
/external/sqlite/dist/orig/
Dshell.c10349 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
10350 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
/external/sqlite/dist/
Dshell.c10354 static void interrupt_handler(int NotUsed){ in interrupt_handler() argument
10355 UNUSED_PARAMETER(NotUsed); in interrupt_handler()