Searched refs:SIntMax (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc21 SIntMax Value::getSIntValue() const {
25 // to SIntMax.
27 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
28 return SIntMax(Val) << ExtraBits >> ExtraBits;
61 SIntMax Val = getSIntValue();
H A Dubsan_value.h40 typedef s128 SIntMax; typedef in namespace:__ubsan
43 typedef s64 SIntMax;
180 SIntMax getSIntValue() const;
H A Dubsan_diag.h150 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
158 SIntMax SInt;

Completed in 99 milliseconds