Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1192 assert(((SrcBits != DstBits) || (SrcSigned != DstSigned)) && in EmitIntegerSignChangeCheck() local
1040 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); EmitIntegerTruncationCheckHelper() local
1092 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); EmitIntegerTruncationCheck() local
1147 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); EmitIntegerSignChangeCheckHelper() local
1266 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); EmitBitfieldTruncationCheckHelper() local
1337 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); EmitBitfieldConversionCheck() local
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp560 bool SrcSigned = SrcTy.isSignedIntegerTy(); handleImplicitConversion() local