Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8522 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() local
8529 unsigned NumBits = IntSigned in canConvertIntToOtherIntTy()
8539 return (IntSigned != OtherIntSigned && in canConvertIntToOtherIntTy()