HomeSort by relevance Sort by last modified time
    Searched refs:changesetlist_ty (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 41 typedef std::vector<changeset_ty> changesetlist_ty; typedef in class:llvm::DeltaAlgorithm
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) {}
DAGDeltaAlgorithm.h 46 typedef std::vector<changeset_ty> changesetlist_ty; typedef in class:llvm::DAGDeltaAlgorithm
68 const changesetlist_ty &Sets,
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
45 const changesetlist_ty &Sets) {
59 changesetlist_ty SplitSets;
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin(),
77 changesetlist_ty Sets;
92 changesetlist_ty ComplementSets;
110 changesetlist_ty Sets;
DAGDeltaAlgorithm.cpp 55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in class:__anon5459::DAGDeltaAlgorithmImpl
122 const changesetlist_ty &Sets,
168 const changesetlist_ty &Sets) override {

Completed in 174 milliseconds