Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp4546 bool WasNegative = Value.isNegative(); in found() local
4550 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()
4557 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()