Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
45 const changesetlist_ty &Sets) { in Delta()
59 changesetlist_ty SplitSets; in Delta()
60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
70 const changesetlist_ty &Sets, in Search()
73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
77 changesetlist_ty Sets; in Search()
92 changesetlist_ty ComplementSets; in Search()
110 changesetlist_ty Sets; in Run()
H A DDAGDeltaAlgorithm.cpp54 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anon1494bb440111::DAGDeltaAlgorithmImpl
118 const changesetlist_ty &Sets, in UpdatedSearchState()
163 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h40 using changesetlist_ty = std::vector<changeset_ty>; variable
55 void Split(const changeset_ty &S, changesetlist_ty &Res);
60 const changesetlist_ty &Sets);
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
74 const changesetlist_ty &Sets) {} in UpdatedSearchState()
H A DDAGDeltaAlgorithm.h47 using changesetlist_ty = std::vector<changeset_ty>; variable
69 const changesetlist_ty &Sets, in UpdatedSearchState()