Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp46 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left) in getLineKind()
H A DDiffLog.h25 enum DiffChange { DC_match, DC_left, DC_right }; enumerator
H A DDifferenceEngine.cpp834 Next[Index].Path.push_back(DC_match); in runBlockDiff()
860 while (Path.size() && Path.back() == DC_match) in runBlockDiff()
866 while (PI != PE && *PI == DC_match) { in runBlockDiff()
875 case DC_match: in runBlockDiff()
H A DDiffConsumer.cpp200 case DC_match: in logd()