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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h154 AK_UInt, ///< An unsigned integer argument. enumerator in enum:__ubsan::Diag::ArgKind
165 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
H A Dubsan_diag.cc201 case Diag::AK_UInt:
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h152 AK_UInt, ///< An unsigned integer argument. enumerator in enum:__ubsan::Diag::ArgKind
163 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
H A Dubsan_diag.cc199 case Diag::AK_UInt:
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h153 AK_UInt, ///< An unsigned integer argument. enumerator in enum:__ubsan::Diag::ArgKind
164 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
H A Dubsan_diag.cpp208 case Diag::AK_UInt:

Completed in 86 milliseconds