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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffLog.cpp46 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left)
H A DDiffLog.h25 enum DiffChange { DC_match, DC_left, DC_right }; enumerator in enum:llvm::DiffChange
H A DDiffConsumer.cpp200 case DC_left:
H A DDifferenceEngine.cpp540 Cur[I].Path.push_back(DC_left);
559 Next[Index].Path.push_back(DC_left);
605 case DC_left:

Completed in 52 milliseconds