Searched refs:AK_UInt (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h138 AK_UInt, ///< An unsigned integer argument. enumerator in enum:__ubsan::Diag::ArgKind
149 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
H A Dubsan_diag.cc161 case Diag::AK_UInt:

Completed in 67 milliseconds