Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4495 bool WasNegative = Value.isNegative(); in found() local
4499 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()
4506 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()