Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp145 static const Regex SancovFileRegex("(.*)\\.[0-9]+\\.sancov"); variable
870 if (!SancovFileRegex.match(ShortFileName)) in isCoverageFile()
1118 auto Ok = SancovFileRegex.match(ShortFileName, &Components); in readSymbolizeAndMergeCmdArguments()