Home
last modified time | relevance | path

Searched refs:changesetlist_ty (Results 1 – 12 of 12) 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 __anon2e55d3e40111::DAGDeltaAlgorithmImpl
119 const changesetlist_ty &Sets, in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
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()
DDAGDeltaAlgorithm.cpp55 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anonb529823c0111::DAGDeltaAlgorithmImpl
119 const changesetlist_ty &Sets, in UpdatedSearchState()
164 const changesetlist_ty &Sets) override { in UpdatedSearchState()
/external/swiftshader/third_party/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.cpp53 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anon383d6b900111::DAGDeltaAlgorithmImpl
120 const changesetlist_ty &Sets, in UpdatedSearchState()
166 const changesetlist_ty &Sets) { 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()
/external/swiftshader/third_party/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.h45 typedef std::vector<changeset_ty> changesetlist_ty; typedef
66 const changesetlist_ty &Sets, in UpdatedSearchState()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
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()
DDAGDeltaAlgorithm.h48 using changesetlist_ty = std::vector<changeset_ty>; variable
70 const changesetlist_ty &Sets, in UpdatedSearchState()