Lines Matching full:branches
21 // -- Branches: array => List of Branches in the file
32 // -- Branches: array => List of Branches in the expansion
143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
147 // Recursively collect branches from nested expansions. in collectNestedBranches()
150 append_range(Branches, NestedExBranches); in collectNestedBranches()
152 // Add branches from this level of expansion. in collectNestedBranches()
156 Branches.push_back(B); in collectNestedBranches()
159 return Branches; in collectNestedBranches()
172 {"branches", in renderExpansion()
200 {"branches", in renderSummary()
258 File["branches"] = renderFileBranches(FileCoverage, FileReport); in renderFile()
307 {"branches", renderBranchRegions(F.CountedBranchRegions)}, in renderFunctions()