Home
last modified time | relevance | path

Searched refs:SrcSigned (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/ubsan/
H A Dubsan_handlers.cc461 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
469 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
495 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp520 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
528 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc461 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
469 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
495 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/ubsan/
H A Dubsan_handlers.cc461 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
469 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
495 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc521 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
529 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
561 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp520 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
528 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/ubsan/
H A Dubsan_handlers.cpp520 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
528 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.cpp520 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
528 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/ubsan/
H A Dubsan_handlers.cpp520 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
528 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.cpp563 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion() local
571 if (!SrcSigned && !DstSigned) { in handleImplicitConversion()
603 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst) in handleImplicitConversion()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp981 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheckHelper() local
988 if (!SrcSigned && !DstSigned) { in EmitIntegerTruncationCheckHelper()
1027 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitIntegerTruncationCheck() local
1030 (!SrcSigned && DstSigned)) in EmitIntegerTruncationCheck()
1065 bool SrcSigned = SrcType->isSignedIntegerOrEnumerationType(); in EmitIntegerSignChangeCheckHelper() local
1067 (void)SrcSigned; // Only used in assert() in EmitIntegerSignChangeCheckHelper()
1074 assert(((SrcBits != DstBits) || (SrcSigned != DstSigned)) && in EmitIntegerSignChangeCheckHelper()
1137 if (SrcSigned == DstSigned && SrcBits == DstBits) in EmitIntegerSignChangeCheck()
1141 if (!SrcSigned && !DstSigned) in EmitIntegerSignChangeCheck()
1149 (SrcBits > DstBits) && SrcSigned) { in EmitIntegerSignChangeCheck()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp4003 Signedness SrcSigned = SIGNED; in buildUnaryOperator() local
4023 Src0 = createSourceOperand(UO, SrcSigned, 0, BI, Mod1); in buildUnaryOperator()
4147 Signedness SrcSigned = DONTCARESIGNED; in buildBinaryOperator() local
4178 DstSigned = SrcSigned = SIGNED; in buildBinaryOperator()
4186 DstSigned = SrcSigned = SIGNED; in buildBinaryOperator()
4191 DstSigned = SrcSigned = UNSIGNED; in buildBinaryOperator()
4196 DstSigned = SrcSigned = UNSIGNED; in buildBinaryOperator()
4200 DstSigned = SrcSigned = SIGNED; in buildBinaryOperator()
4214 DstSigned = SrcSigned = UNSIGNED; in buildBinaryOperator()
4217 DstSigned = SrcSigned = SIGNED; in buildBinaryOperator()
[all …]

12