Home
last modified time | relevance | path

Searched refs:getPositiveIntValue (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.cc60 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue() function in Value
H A Dubsan_value.h179 UIntMax getPositiveIntValue() const;
H A Dubsan_handlers.cc241 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.cc58 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue() function in Value
H A Dubsan_value.h177 UIntMax getPositiveIntValue() const;
H A Dubsan_handlers.cc237 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.cpp107 UIntMax Value::getPositiveIntValue() const { in getPositiveIntValue() function in Value
H A Dubsan_value.h181 UIntMax getPositiveIntValue() const;
H A Dubsan_handlers.cpp339 RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth()) in handleShiftOutOfBoundsImpl()