Searched defs:SrcSigned (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 1192 assert(((SrcBits != DstBits) || (SrcSigned != DstSigned)) && in EmitIntegerSignChangeCheck() local |
/llvm-project/compiler-rt/lib/ubsan/ | ||
H A D | ubsan_handlers.cpp | 560 bool SrcSigned = SrcTy.isSignedIntegerTy(); handleImplicitConversion() local |