Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDiffConsumer.h58 struct DiffContext { struct
59 DiffContext(Value *L, Value *R) in DiffContext() argument
70 SmallVector<DiffContext, 5> contexts; argument
DDiffConsumer.cpp76 DiffContext &ctxt = contexts[N]; in printValue()
96 for (SmallVectorImpl<DiffContext>::iterator in header()
144 contexts.push_back(DiffContext(L, R)); in enterContext()
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() function
71 SmallVector<DiffContext, 5> contexts; argument
DDiffConsumer.cpp71 DiffContext &ctxt = contexts[N]; in printValue()
91 for (SmallVectorImpl<DiffContext>::iterator in header()
139 contexts.push_back(DiffContext(L, R)); in enterContext()