OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiffContext
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-diff/
DiffConsumer.h
58
struct
DiffContext
{
59
DiffContext
(Value *L, Value *R)
72
SmallVector<
DiffContext
, 5> contexts;
DiffConsumer.cpp
77
DiffContext
&ctxt = contexts[N];
97
for (SmallVectorImpl<
DiffContext
>::iterator
145
contexts.push_back(
DiffContext
(L, R));
Completed in 256 milliseconds