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
57
struct
DiffContext
{
58
DiffContext
(Value *L, Value *R)
69
SmallVector<
DiffContext
, 5> contexts;
DiffConsumer.cpp
76
DiffContext
&ctxt = contexts[N];
96
for (SmallVectorImpl<
DiffContext
>::iterator
144
contexts.push_back(
DiffContext
(L, R));
Completed in 443 milliseconds