Searched refs:debugLevel (Results 1 – 4 of 4) sorted by relevance
108 actions=lambda debugLevel: [] if debugLevel == '' else [109 AddFeature('debug_level={}'.format(debugLevel)),110 AddCompileFlag('-D_LIBCPP_DEBUG={}'.format(debugLevel))
245 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
414 int debugLevel; member423 int debugLevel; member1157 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() local8254 return debugLevel; in getDebugLevel()
115 Log::SetOutputLevel debugLevel(Logger::DEBUG2); in run() local