Searched refs:DeltaAlgorithm (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp1 //===--- DeltaAlgorithm.cpp - A Set Minimization Algorithm -----*- C++ -*--===//
9 #include "llvm/ADT/DeltaAlgorithm.h"
14 DeltaAlgorithm::~DeltaAlgorithm() {
17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) {
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes,
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes,
104 DeltaAlgorithm
[all...]
H A DAndroid.mk18 DeltaAlgorithm.cpp \
H A DCMakeLists.txt21 DeltaAlgorithm.cpp
H A DDAGDeltaAlgorithm.cpp35 #include "llvm/ADT/DeltaAlgorithm.h"
158 class DeltaActiveSetHelper : public DeltaAlgorithm {
/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h1 //===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===//
17 /// DeltaAlgorithm - Implements the delta debugging algorithm (A. Zeller '99)
36 class DeltaAlgorithm { class in namespace:llvm
81 virtual ~DeltaAlgorithm();
/external/llvm/unittests/ADT/
H A DDeltaAlgorithmTest.cpp11 #include "llvm/ADT/DeltaAlgorithm.h"
35 class FixedDeltaAlgorithm : public DeltaAlgorithm {
/external/clang/utils/
H A Dtoken-delta.py11 class DeltaAlgorithm(object): class in inherits:object
133 class TMBDDelta(DeltaAlgorithm):

Completed in 120 milliseconds