Home
last modified time | relevance | path

Searched refs:IsComparison (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp115 bool IsComparison = in run() local
141 if (IsComparison) in run()
180 if (IsComparison) in run()
/external/python/cpython2/Lib/plat-mac/
Daetypes.py184 def IsComparison(x): function
492 elif IsComparison(seld) or IsLogical(seld):
/external/clang/lib/Format/
DContinuationIndenter.cpp216 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local
222 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() && in mustBreak()
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp459 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local
466 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() && in mustBreak()