Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp106 struct DiffsCategorizedByFilesPresent { struct
108 SmallVector<FunctionDiff> OnlyInA;
111 SmallVector<FunctionDiff> OnlyInB;
114 SmallVector<FunctionDiff> InBoth;
117 void addDiff(FunctionDiff &FD) { in addDiff()