Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 <<()