Searched refs:HasCount (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
H A D | CoverageMapping.h | 337 bool HasCount; member in struct:llvm::coverage::CoverageSegment 342 : Line(Line), Col(Col), Count(0), HasCount(false), 347 : Line(Line), Col(Col), Count(Count), HasCount(true), 351 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry) == 352 std::tie(R.Line, R.Col, R.Count, R.HasCount, R.IsRegionEntry); 357 HasCount = true;
|
/external/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 31 if (WrappedSegment && WrappedSegment->HasCount && WrappedSegment->Count == 0) 46 else if (S->HasCount && S->Count == 0) 190 if (WrappedSegment && WrappedSegment->HasCount) 193 if (S->HasCount && S->IsRegionEntry)
|
/external/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 43 if (S.HasCount)
|
Completed in 56 milliseconds