Searched refs:fDisableCoverageCountingPaths (Results 1 – 6 of 6) sorted by relevance
97 bool fDisableCoverageCountingPaths = true; member
86 ctxOptions->fDisableCoverageCountingPaths = !FLAGS_cc; in SetCtxOptionsFromCommonFlags()
132 bool fDisableCoverageCountingPaths = true; member
105 fAllowCoverageCounting = !options.fDisableCoverageCountingPaths; in applyOptionsOverrides()
76 if (!this->options().fDisableCoverageCountingPaths) { in setupDrawingManager()
159 ctxOptions.fDisableCoverageCountingPaths = (DoCoverageCount::kNo == doCoverageCount); in run()