Searched refs:disabled_ (Results 1 – 3 of 3) sorted by relevance
32 DisableMallocGuard() : disabled_(false) {} in DisableMallocGuard()36 if (!disabled_) { in Disable()37 disabled_ = true; in Disable()43 if (disabled_) { in Enable()45 disabled_ = false; in Enable()51 bool disabled_; variable
553 disabled_.insert(arg + strlen("-Wno-")); in Parse()561 for (const auto& names : {no_errors_, disabled_, enabled_}) { in Parse()580 if (disable_all_ || disabled_.find(d.name) != disabled_.end()) { in GetDiagnosticMapping()
72 std::set<std::string> disabled_; // -Wno-foo variable