Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp127 static Regex SancovFileRegex("(.*)\\.[0-9]+\\.sancov"); variable
908 if (!SancovFileRegex.match(ShortFileName)) in isCoverageFile()
1153 auto Ok = SancovFileRegex.match(ShortFileName, &Components); in readSymbolizeAndMergeCmdArguments()