Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp14 DeltaAlgorithm::~DeltaAlgorithm() { in ~DeltaAlgorithm()
17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult()
28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
43 DeltaAlgorithm::changeset_ty
44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta()
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search()
104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run()
H A DCMakeLists.txt48 DeltaAlgorithm.cpp
H A DDAGDeltaAlgorithm.cpp160 class DeltaActiveSetHelper : public DeltaAlgorithm {
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h36 class DeltaAlgorithm {
81 virtual ~DeltaAlgorithm();
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DDeltaAlgorithmTest.cpp35 class FixedDeltaAlgorithm : public DeltaAlgorithm {
/minix3/external/bsd/llvm/dist/clang/utils/
H A Dtoken-delta.py11 class DeltaAlgorithm(object): class
133 class TMBDDelta(DeltaAlgorithm):
/minix3/external/bsd/llvm/lib/libLLVMSupport/
H A DMakefile28 DeltaAlgorithm.cpp \