Home
last modified time | relevance | path

Searched defs:DstSigned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1042 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheckHelper() local
1094 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheck() local
1149 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheckHelper() local
1194 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheck() local
1268 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitBitfieldTruncationCheckHelper() local
1339 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitBitfieldConversionCheck() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp561 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion() local