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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h139 AK_SInt, ///< A signed integer argument. enumerator in enum:__ubsan::Diag::ArgKind
150 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
H A Dubsan_diag.cc154 case Diag::AK_SInt:

Completed in 35 milliseconds