Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp31 return PassesThreshold(FunctionCoverageSummary::get(Function) in matches()
36 return PassesThreshold( in matches()
DCoverageFilters.h68 bool PassesThreshold(T Value) const { in PassesThreshold() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageFilters.cpp46 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
53 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
DCoverageFilters.h93 bool PassesThreshold(T Value) const { in PassesThreshold() function