Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9871 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() local
9878 unsigned NumBits = IntSigned in canConvertIntToOtherIntTy()
9888 return (IntSigned != OtherIntSigned && in canConvertIntToOtherIntTy()