Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_value.cpp89 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
107 return getUIntValue(); in getPositiveIntValue()
Dubsan_value.h178 UIntMax getUIntValue() const;
Dubsan_diag.cpp126 AddArg(V.getUIntValue()); in operator <<()