Searched refs:DiffContext (Results 1 – 4 of 4) sorted by relevance
58 struct DiffContext { struct59 DiffContext(Value *L, Value *R) in DiffContext() function70 SmallVector<DiffContext, 5> contexts; argument
76 DiffContext &ctxt = contexts[N]; in printValue()96 for (SmallVectorImpl<DiffContext>::iterator in header()144 contexts.push_back(DiffContext(L, R)); in enterContext()
57 struct DiffContext { struct58 DiffContext(Value *L, Value *R) in DiffContext() argument69 SmallVector<DiffContext, 5> contexts; argument
75 DiffContext &ctxt = contexts[N]; in printValue()95 for (SmallVectorImpl<DiffContext>::iterator in header()143 contexts.push_back(DiffContext(L, R)); in enterContext()