HomeSort by relevance Sort by last modified time
    Searched refs:LineCoverageIterator (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 607 friend class LineCoverageIterator;
631 class LineCoverageIterator
633 LineCoverageIterator, std::forward_iterator_tag, LineCoverageStats> {
635 LineCoverageIterator(const CoverageData &CD)
636 : LineCoverageIterator(CD, CD.begin()->Line) {}
638 LineCoverageIterator(const CoverageData &CD, unsigned Line)
644 bool operator==(const LineCoverageIterator &R) const {
652 LineCoverageIterator &operator++();
654 LineCoverageIterator getEnd() const {
671 /// Get a \c LineCoverageIterator range for the lines described by \p CD
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageView.cpp 195 LineCoverageIterator LCI{CoverageInfo, 1};
196 LineCoverageIterator LCIEnd = LCI.getEnd();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 720 LineCoverageIterator &LineCoverageIterator::operator++() {

Completed in 91 milliseconds