Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10229 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() local
10236 unsigned NumBits = IntSigned in canConvertIntToOtherIntTy()
10246 return (IntSigned != OtherIntSigned && in canConvertIntToOtherIntTy()