Searched refs:DC_match (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffLog.cpp49 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left)
H A DDiffLog.h26 enum DiffChange { DC_match, DC_left, DC_right }; enumerator in enum:llvm::DiffChange
H A DDifferenceEngine.cpp528 Next[Index].Path.push_back(DC_match);
554 while (Path.back() == DC_match)
560 while (PI != PE && *PI == DC_match) {
567 case DC_match:
H A DDiffConsumer.cpp197 case DC_match:

Completed in 71 milliseconds