Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9807 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() local
9814 unsigned NumBits = IntSigned in canConvertIntToOtherIntTy()
9824 return (IntSigned != OtherIntSigned && in canConvertIntToOtherIntTy()