OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiffChange
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/llvm-diff/
DiffLog.h
26
enum
DiffChange
{ DC_match, DC_left, DC_right };
73
DiffChange
getLineKind(unsigned I) const;
DiffLog.cpp
47
DiffChange
DiffLogBuilder::getLineKind(unsigned I) const {
DifferenceEngine.cpp
481
llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::
DiffChange
564
switch (static_cast<
DiffChange
>(*PI)) {
Completed in 608 milliseconds