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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h155 AK_SInt, ///< A signed integer argument. enumerator in enum:__ubsan::Diag::ArgKind
166 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
H A Dubsan_diag.cc194 case Diag::AK_SInt:
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h153 AK_SInt, ///< A signed integer argument. enumerator in enum:__ubsan::Diag::ArgKind
164 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
H A Dubsan_diag.cc192 case Diag::AK_SInt:
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h154 AK_SInt, ///< A signed integer argument. enumerator in enum:__ubsan::Diag::ArgKind
165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
H A Dubsan_diag.cpp201 case Diag::AK_SInt:

Completed in 109 milliseconds