HomeSort by relevance Sort by last modified time
    Searched refs:Differences (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
62 bool Differences;
70 bool Differences;
79 : out(errs()), Differences(false), Indent(0) {}
DiffConsumer.cpp 98 if (I->Differences) continue;
101 if (Differences) out << "\n";
130 I->Differences = true;
140 return Differences;
149 Differences |= contexts.back().Differences;
  /external/iproute2/doc/
ip-tunnels.tex 102 \paragraph{Summary of differences between 2.2 and 2.0.}
305 \section{Differences 2.2 and 2.0 tunnels revisited.}
307 Now we can discuss more subtle differences between tunneling in 2.0
374 From kernel and user viewpoints there are no differences between

Completed in 134 milliseconds