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 60 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool Differences;
73 bool Differences;
82 : out(errs()), LModule(L), RModule(R), Differences(false), Indent(0) {}
DiffConsumer.cpp 99 if (I->Differences) continue;
102 if (Differences) out << "\n";
131 I->Differences = true;
141 return Differences;
150 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 141 milliseconds