Home
last modified time | relevance | path

Searched refs:ViewMCDCRecords (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp374 std::vector<MCDCRecord> ViewMCDCRecords; in attachMCDCSubViews() local
379 ViewMCDCRecords.push_back(*NextRecord++); in attachMCDCSubViews()
382 if (ViewMCDCRecords.empty()) in attachMCDCSubViews()
387 View.addMCDCRecord(CurrentLine, ViewMCDCRecords, std::move(SubView)); in attachMCDCSubViews()