Searched refs:PositiveConstant (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4808 bool PositiveConstant = !ConstantSigned || Value.isNonNegative(); local
4817 IsTrue = !PositiveConstant;
4819 IsTrue = PositiveConstant;
4822 IsTrue = !PositiveConstant;
4824 IsTrue = PositiveConstant;

Completed in 58 milliseconds