Home
last modified time | relevance | path

Searched refs:DiffContext (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h58 struct DiffContext { struct
59 DiffContext(Value *L, Value *R) in DiffContext() function
70 SmallVector<DiffContext, 5> contexts; argument
H A DDiffConsumer.cpp76 DiffContext &ctxt = contexts[N]; in printValue()
96 for (SmallVectorImpl<DiffContext>::iterator in header()
144 contexts.push_back(DiffContext(L, R)); in enterContext()