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

  /external/llvm/include/llvm/ADT/
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;
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...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAGDeltaAlgorithm.h 44 typedef std::set<change_ty> changeset_ty; typedef in class:llvm::DAGDeltaAlgorithm
45 typedef std::vector<changeset_ty> changesetlist_ty;
61 changeset_ty Run(const changeset_ty &Changes,
65 virtual void UpdatedSearchState(const changeset_ty &Changes,
67 const changeset_ty &Required) {}
70 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 47 typedef std::set<change_ty> changeset_ty; typedef in class:llvm::DAGDeltaAlgorithm
48 typedef std::vector<changeset_ty> changesetlist_ty;
65 changeset_ty Run(const changeset_ty &Changes,
69 virtual void UpdatedSearchState(const changeset_ty &Changes,
71 const changeset_ty &Required) {}
74 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 47 typedef std::set<change_ty> changeset_ty; typedef in class:llvm::DAGDeltaAlgorithm
48 typedef std::vector<changeset_ty> changesetlist_ty;
65 changeset_ty Run(const changeset_ty &Changes,
69 virtual void UpdatedSearchState(const changeset_ty &Changes,
71 const changeset_ty &Required) {}
74 virtual bool ExecuteOneTest(const changeset_ty &S) = 0;
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...]
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 54 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in class:__anon27468::DAGDeltaAlgorithmImpl
72 mutable std::set<changeset_ty> FailedTestsCache;
118 void UpdatedSearchState(const changeset_ty &Changes,
120 const changeset_ty &Required) {
125 bool ExecuteOneTest(const changeset_ty &S) {
128 for (changeset_ty::const_iterator it = S.begin(),
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
142 changeset_ty Run();
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
DAGDeltaAlgorithm.cpp 52 typedef DAGDeltaAlgorithm::changeset_ty changeset_ty; typedef in class:__anon36095::DAGDeltaAlgorithmImpl
64 const changeset_ty &Changes;
73 mutable std::set<changeset_ty> FailedTestsCache;
119 void UpdatedSearchState(const changeset_ty &Changes,
121 const changeset_ty &Required) {
126 bool ExecuteOneTest(const changeset_ty &S) {
129 for (changeset_ty::const_iterator it = S.begin(),
141 const changeset_ty &_Changes,
144 changeset_ty Run()
    [all...]

Completed in 76 milliseconds