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

  /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 177 bool IsComparison = (Previous.getPrecedence() == prec::Relational ||
184 (!IsComparison || LHSIsBinaryExpr) &&
    [all...]

Completed in 255 milliseconds