Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.cc44 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
62 return getUIntValue(); in getPositiveIntValue()
H A Dubsan_value.h176 UIntMax getUIntValue() const;
H A Dubsan_diag.cc121 AddArg(V.getUIntValue()); in operator <<()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.cc42 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
60 return getUIntValue(); in getPositiveIntValue()
H A Dubsan_value.h174 UIntMax getUIntValue() const;
H A Dubsan_diag.cc119 AddArg(V.getUIntValue()); in operator <<()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.cpp91 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
109 return getUIntValue(); in getPositiveIntValue()
H A Dubsan_value.h178 UIntMax getUIntValue() const;
H A Dubsan_diag.cpp128 AddArg(V.getUIntValue()); in operator <<()