Home
last modified time | relevance | path

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

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