OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DC_left
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/llvm-diff/
DiffLog.h
26
enum DiffChange { DC_match,
DC_left
, DC_right };
DiffLog.cpp
48
return (Diff[I].first ? (Diff[I].second ? DC_match :
DC_left
)
DifferenceEngine.cpp
512
Cur[I].Path.push_back(
DC_left
);
531
Next[Index].Path.push_back(
DC_left
);
575
case
DC_left
:
DiffConsumer.cpp
201
case
DC_left
:
Completed in 41 milliseconds