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

/external/clang/lib/AST/
H A DExprConstant.cpp1489 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); local
1491 Result = APSInt(DestWidth, !DestSigned);
8576 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType();
8577 APSInt IgnoredVal(DestWidth, !DestSigned);

Completed in 69 milliseconds