Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp3598 bool WasNegative = Value.isNegative(); in found() local
3602 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()
3609 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()