Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1356 bool BothUnsigned = !SrcSigned && !DstSigned; in EmitBitfieldConversionCheck() local
1364 bool EmitSignChange = !SameTypeSameSize && !BothUnsigned && !LargerSigned; in EmitBitfieldConversionCheck()