Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
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()
DDAGDeltaAlgorithm.cpp55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anon7ef96bbb0111::DAGDeltaAlgorithmImpl
119 const changesetlist_ty &Sets, in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/external/llvm/include/llvm/ADT/
DDeltaAlgorithm.h41 typedef std::vector<changeset_ty> changesetlist_ty; typedef
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()
DDAGDeltaAlgorithm.h46 typedef std::vector<changeset_ty> changesetlist_ty; typedef
68 const changesetlist_ty &Sets, in UpdatedSearchState()