Searched refs:HasCount (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ProfileData/ |
D | CoverageMapping.h | 337 bool HasCount; member 342 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment() 347 : Line(Line), Col(Col), Count(Count), HasCount(true), in CoverageSegment() 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; in setCount()
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 31 if (WrappedSegment && WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine() 46 else if (S->HasCount && S->Count == 0) in renderLine() 190 if (WrappedSegment && WrappedSegment->HasCount) in render() 193 if (S->HasCount && S->IsRegionEntry) in render()
|
/external/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 43 if (S.HasCount) in PrintTo()
|