Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageFilters.h80 template <typename T> class StatisticThresholdFilter {
88 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() function
107 public StatisticThresholdFilter<double> {
110 : StatisticThresholdFilter(Op, Threshold) {} in RegionCoverageFilter()
119 public StatisticThresholdFilter<double> {
122 : StatisticThresholdFilter(Op, Threshold) {} in LineCoverageFilter()