Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1638 bool IsRHSNegative = RHS.To() < Zero; in VisitBinaryOperator() local
1642 (IsLHSNegative && IsRHSNegative)) { in VisitBinaryOperator()
1665 if (IsLHSNegative || IsRHSNegative) { in VisitBinaryOperator()
1696 bool IsRHSNegative = RHS.To() < Zero; in VisitBinaryOperator() local
1700 (IsLHSNegative && IsRHSNegative)) { in VisitBinaryOperator()