Home
last modified time | relevance | path

Searched defs:DiffsCategorizedByFilesPresent (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp119 struct DiffsCategorizedByFilesPresent { struct
121 SmallVector<FunctionDiff> OnlyInA;
124 SmallVector<FunctionDiff> OnlyInB;
127 SmallVector<FunctionDiff> InBoth;
130 void addDiff(FunctionDiff &FD) { in addDiff()