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

/external/clang/lib/AST/
H A DExprConstant.cpp1182 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); local
1184 Result = APSInt(DestWidth, !DestSigned);
6752 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); local
6753 APSInt IgnoredVal(DestWidth, !DestSigned);

Completed in 72 milliseconds