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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp115 bool IsComparison = local
141 if (IsComparison)
180 if (IsComparison)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp457 bool IsComparison = (Previous.getPrecedence() == prec::Relational || local
464 if ((!IsComparison || LHSIsBinaryExpr) && !Current.isTrailingComment() &&

Completed in 67 milliseconds