Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp352 const char *CellClass = "column-entry-yellow"; in emitFileSummary() local
354 CellClass = "column-entry-green"; in emitFileSummary()
356 CellClass = "column-entry-red"; in emitFileSummary()
357 Columns.emplace_back(tag("td", tag("pre", S), CellClass)); in emitFileSummary()