OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiffRecord
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-diff/
DiffLog.cpp
35
Diff.push_back(
DiffRecord
(L, R));
39
Diff.push_back(
DiffRecord
(L,
DiffRecord
::second_type(0)));
43
Diff.push_back(
DiffRecord
(
DiffRecord
::first_type(0), R));
DiffLog.h
58
typedef std::pair<Instruction*,Instruction*>
DiffRecord
;
59
SmallVector<
DiffRecord
, 20> Diff;
Completed in 202 milliseconds