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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6587 bool ConstantSigned = ConstantT->isSignedIntegerType(); local
6596 if (ConstantSigned) {
6599 } else { // !ConstantSigned
6606 if (ConstantSigned) {
6609 } else { // !ConstantSigned
6619 assert(!ConstantSigned &&
6637 bool PositiveConstant = !ConstantSigned || Value.isNonNegative();

Completed in 120 milliseconds