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.cpp1082 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheckHelper() local
1134 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheck() local
1206 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheckHelper() local
1251 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheck() local
1341 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitBitfieldTruncationCheckHelper() local
1413 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitBitfieldConversionCheck() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp583 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion() local