Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp89 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
107 return getUIntValue(); in getPositiveIntValue()
H A Dubsan_value.h178 UIntMax getUIntValue() const;
H A Dubsan_diag.cpp126 AddArg(V.getUIntValue()); in operator <<()