Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp115 bool IsComparison = in run() local
141 if (IsComparison) in run()
180 if (IsComparison) in run()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp459 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() local
466 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() && in mustBreak()