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

  /external/llvm/include/llvm/ADT/
DeltaAlgorithm.h 40 typedef std::set<change_ty> changeset_ty; typedef in class:llvm::DeltaAlgorithm
41 typedef std::vector<changeset_ty> changesetlist_ty;
46 std::set<changeset_ty> FailedTestsCache;
53 bool GetTestResult(const changeset_ty &Changes);
56 void Split(const changeset_ty &S, changesetlist_ty &Res);
60 changeset_ty Delta(const changeset_ty &Changes,
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
70 changeset_ty &Res);
74 virtual void UpdatedSearchState(const changeset_ty &Changes
    [all...]
DAGDeltaAlgorithm.h 45 typedef std::set<change_ty> changeset_ty; typedef in class:llvm::DAGDeltaAlgorithm
46 typedef std::vector<changeset_ty> changesetlist_ty;
63 changeset_ty Run(const changeset_ty &Changes,
67 virtual void UpdatedSearchState(const changeset_ty &Changes,
69 const changeset_ty &Required) {}
72 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
32 changeset_ty LHS, RHS;
34 for (changeset_ty::const_iterator it = S.begin(),
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
54 changeset_ty Res;
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes,
71 changeset_ty &Res) {
87 changeset_ty Complement
    [all...]
DAGDeltaAlgorithm.cpp 54 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in class:__anon5459::DAGDeltaAlgorithmImpl
66 const changeset_ty &Changes;
75 mutable std::set<changeset_ty> FailedTestsCache;
121 void UpdatedSearchState(const changeset_ty &Changes,
123 const changeset_ty &Required) {
128 bool ExecuteOneTest(const changeset_ty &S) {
131 for (changeset_ty::const_iterator it = S.begin(),
143 const changeset_ty &_Changes,
146 changeset_ty Run()
    [all...]
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 21 changeset_ty FailingSet;
25 virtual bool ExecuteOneTest(const changeset_ty &Changes) {
32 FixedDAGDeltaAlgorithm(const changeset_ty &_FailingSet)
DeltaAlgorithmTest.cpp 36 changeset_ty FailingSet;
40 virtual bool ExecuteOneTest(const changeset_ty &Changes) {
47 FixedDeltaAlgorithm(const changeset_ty &_FailingSet)

Completed in 339 milliseconds