Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_value.cc44 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
62 return getUIntValue(); in getPositiveIntValue()
Dubsan_value.h176 UIntMax getUIntValue() const;
Dubsan_diag.cc118 AddArg(V.getUIntValue()); in operator <<()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.cpp91 UIntMax Value::getUIntValue() const { in getUIntValue() function in Value
109 return getUIntValue(); in getPositiveIntValue()
Dubsan_value.h178 UIntMax getUIntValue() const;
Dubsan_diag.cpp128 AddArg(V.getUIntValue()); in operator <<()