Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprScalar.cpp1012 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheckHelper() local
1064 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheck() local
1102 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheckHelper() local
1165 bool DstSigned = DstType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheck() local
/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp564 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion() local