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

  /external/v8/src/compiler/
node-matchers.cc 11 bool NodeMatcher::IsComparison() const {
node-matchers.h 34 bool IsComparison() const;
machine-operator-reducer.cc 807 if (mleft.left().IsComparison()) {
840 if (m.left().IsComparison() && m.right().Is(1)) { // CMP & 1 => CMP
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 184 def IsComparison(x):
492 elif IsComparison(seld) or IsLogical(seld):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 184 def IsComparison(x):
492 elif IsComparison(seld) or IsLogical(seld):
  /external/clang/lib/Format/
ContinuationIndenter.cpp 197 bool IsComparison = (Previous.getPrecedence() == prec::Relational ||
203 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() &&
    [all...]

Completed in 459 milliseconds