Home
last modified time | relevance | path

Searched refs:debugLevel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dparams.py108 actions=lambda debugLevel: [] if debugLevel == '' else [
109 AddFeature('debug_level={}'.format(debugLevel)),
110 AddCompileFlag('-D_LIBCPP_DEBUG={}'.format(debugLevel))
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dtoken-delta.py245 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c414 int debugLevel; member
423 int debugLevel; member
1157 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()
1164 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()
7526 if (rootParser->m_accounting.debugLevel < 1) { in accountingReportStats()
7563 if ((rootParser->m_accounting.debugLevel >= 3) in accountingReportDiff()
7628 if (rootParser->m_accounting.debugLevel >= 2) { in accountingDiffTolerated()
7655 if (rootParser->m_entity_stats.debugLevel < 1) in entityTrackingReportStats()
8248 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local
8254 return debugLevel; in getDebugLevel()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp115 Log::SetOutputLevel debugLevel(Logger::DEBUG2); in run() local