Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp29 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
46 const changesetlist_ty &Sets) { in Delta()
60 changesetlist_ty SplitSets; in Delta()
61 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
71 const changesetlist_ty &Sets, in Search()
74 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
78 changesetlist_ty Sets; in Search()
93 changesetlist_ty ComplementSets; in Search()
111 changesetlist_ty Sets; in Run()
H A DDAGDeltaAlgorithm.cpp55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anonbc61025e0111::DAGDeltaAlgorithmImpl
119 const changesetlist_ty &Sets, in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h41 using changesetlist_ty = std::vector<changeset_ty>; variable
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
61 const changesetlist_ty &Sets);
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
75 const changesetlist_ty &Sets) {} in UpdatedSearchState()
H A DDAGDeltaAlgorithm.h48 using changesetlist_ty = std::vector<changeset_ty>; variable
70 const changesetlist_ty &Sets, in UpdatedSearchState()