Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageFilters.h55 template <typename T> class StatisticThresholdFilter {
63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() function
82 public StatisticThresholdFilter<double> {
85 : StatisticThresholdFilter(Op, Threshold) {} in RegionCoverageFilter()
93 public StatisticThresholdFilter<double> {
96 : StatisticThresholdFilter(Op, Threshold) {} in LineCoverageFilter()