Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2528 bool DestSigned = DestType->isSignedIntegerOrEnumerationType(); in HandleFloatToIntCast() local
2530 Result = APSInt(DestWidth, !DestSigned); in HandleFloatToIntCast()
15374 bool DestSigned = E->getType()->isSignedIntegerOrEnumerationType(); in CheckICE() local
15375 APSInt IgnoredVal(DestWidth, !DestSigned); in CheckICE()