Home
last modified time | relevance | path

Searched refs:isSignedIntegerTy (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h116 bool isSignedIntegerTy() const { in isSignedIntegerTy() function
181 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
186 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
H A Dubsan_value.cc22 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
H A Dubsan_handlers.cc113 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()
150 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()
461 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()
462 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
H A Dubsan_diag.cc116 if (V.getType().isSignedIntegerTy()) in operator <<()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.h118 bool isSignedIntegerTy() const { in isSignedIntegerTy() function
183 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
188 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
H A Dubsan_value.cc24 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
H A Dubsan_handlers.cc115 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()
154 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()
465 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()
466 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
H A Dubsan_diag.cc118 if (V.getType().isSignedIntegerTy()) in operator <<()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h116 bool isSignedIntegerTy() const { in isSignedIntegerTy() function
181 return getType().isSignedIntegerTy() && getSIntValue() == -1; in isMinusOne()
186 return getType().isSignedIntegerTy() && getSIntValue() < 0; in isNegative()
H A Dubsan_value.cc22 CHECK(getType().isSignedIntegerTy()); in getSIntValue()
H A Dubsan_handlers.cc113 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl()
150 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl()
461 bool SrcSigned = SrcTy.isSignedIntegerTy(); in handleImplicitConversion()
462 bool DstSigned = DstTy.isSignedIntegerTy(); in handleImplicitConversion()
H A Dubsan_diag.cc116 if (V.getType().isSignedIntegerTy()) in operator <<()