Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h609 friend class LineCoverageIterator; variable
633 class LineCoverageIterator
635 LineCoverageIterator, std::forward_iterator_tag, LineCoverageStats> {
637 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator() function
638 : LineCoverageIterator(CD, CD.begin()->Line) {} in LineCoverageIterator()
640 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator() function
646 bool operator==(const LineCoverageIterator &R) const {
654 LineCoverageIterator &operator++();
656 LineCoverageIterator getEnd() const { in getEnd()
674 static inline iterator_range<LineCoverageIterator>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp777 LineCoverageIterator &LineCoverageIterator::operator++() { in operator ++()