Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10491 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() local
10507 return (IntSigned != OtherIntSigned && in canConvertIntToOtherIntTy()