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

  /external/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 333 return S && S->HasCount && S->Count == 0;
362 if (S->HasCount && S->IsRegionEntry)
371 if (!CurSeg->IsRegionEntry || !CurSeg->HasCount)
SourceCoverageView.cpp 178 if (WrappedSegment && WrappedSegment->HasCount)
181 if (S->HasCount && S->IsRegionEntry)
SourceCoverageViewText.cpp 101 if (WrappedSegment && WrappedSegment->HasCount && WrappedSegment->Count == 0)
117 else if (S->HasCount && S->Count == 0)
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 379 bool HasCount;
384 : Line(Line), Col(Col), Count(0), HasCount(false),
389 : Line(Line), Col(Col), Count(Count), HasCount(true),
393 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry) ==
394 std::tie(R.Line, R.Col, R.Count, R.HasCount, R.IsRegionEntry);
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 43 if (S.HasCount)

Completed in 164 milliseconds