Searched refs:DecisionRegion (Results 1 – 3 of 3) sorted by relevance
346 const CounterMappingRegion &DecisionRegion = Record.getDecisionRegion(); in renderMCDCView() local347 OS << DecisionRegion.LineStart << ":"; in renderMCDCView()348 OS << DecisionRegion.ColumnStart << ") to ("; in renderMCDCView()349 OS << DecisionRegion.LineEnd << ":"; in renderMCDCView()350 OS << DecisionRegion.ColumnEnd << ")\n"; in renderMCDCView()
1174 const CounterMappingRegion &DecisionRegion = Record.getDecisionRegion(); in renderMCDCView() local1175 std::string LineNoStr = Twine(DecisionRegion.LineStart).str(); in renderMCDCView()1176 std::string ColNoStr = Twine(DecisionRegion.ColumnStart).str(); in renderMCDCView()1182 LineNoStr = utostr(uint64_t(DecisionRegion.LineEnd)); in renderMCDCView()1183 ColNoStr = utostr(uint64_t(DecisionRegion.ColumnEnd)); in renderMCDCView()
653 const CounterMappingRegion *DecisionRegion; member675 : DecisionRegion(&Decision), in DecisionRecord()685 if (R.FileID == DecisionRegion->FileID && in dominates()786 std::make_pair(DecisionIter->DecisionRegion, in processBranch()