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

  /external/v8/src/compiler/
node-matchers.cc 11 bool NodeMatcher::IsComparison() const {
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 184 def IsComparison(x):
492 elif IsComparison(seld) or IsLogical(seld):
  /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 216 bool IsComparison = (Previous.getPrecedence() == prec::Relational ||
222 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() &&
    [all...]

Completed in 191 milliseconds