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