Searched defs:DstSigned (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 1020 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); EmitIntegerTruncationCheckHelper() local |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ | ||
H A D | ubsan_handlers.cpp | 564 bool DstSigned = DstTy.isSignedIntegerTy(); handleImplicitConversion() local |