Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp3144 bool WasNegative = Value.isNegative(); in found() local
3148 if (!WasNegative && Value.isNegative() && in found()
3156 if (WasNegative && !Value.isNegative() && in found()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4490 bool WasNegative = Value.isNegative(); in found() local
4494 if (!WasNegative && Value.isNegative() && E->canOverflow()) { in found()
4501 if (WasNegative && !Value.isNegative() && E->canOverflow()) { in found()