Searched refs:DC_left (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.cpp514 Cur[I].Path.push_back(DC_left);
533 Next[Index].Path.push_back(DC_left);
577 case DC_left:
H A DDiffConsumer.cpp202 case DC_left:

Completed in 71 milliseconds